Rename build script to start
This commit is contained in:
parent
5154a2309d
commit
0bc9e90442
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel ./src/index.html",
|
"dev": "parcel ./src/index.html",
|
||||||
"build": "parcel build ./src/index.html",
|
"start": "parcel build ./src/index.html",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue