Fix run-script

This commit is contained in:
Torjus Håkestad 2023-12-02 13:51:04 +01:00
parent 6117fd4d53
commit e26f555300

View File

@ -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"
}, },