Rename build script to start

This commit is contained in:
Justin Edmund 2020-09-18 05:06:13 -07:00
parent 5154a2309d
commit 0bc9e90442

View file

@ -28,7 +28,7 @@
},
"scripts": {
"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"
},
"compilerOptions": {