Fix run-script
This commit is contained in:
parent
6117fd4d53
commit
e26f555300
@ -4,8 +4,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"browserslist": "> 0.5%, last 2 versions, not dead",
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "parcel",
|
"start": "parcel src/index.html",
|
||||||
"build": "parcel build",
|
"build": "parcel build src/index.html",
|
||||||
"type-check": "tsc --noEmit",
|
"type-check": "tsc --noEmit",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user