diff --git a/package.json b/package.json index 715a7791..cf90ad7c 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ }, "scripts": { "dev": "parcel ./src/index.html", - "start": "node index.js", - "prestart": "parcel build ./src/index.html", + // "start": "node index.js", + "start": "parcel build ./src/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "compilerOptions": {