From 5904c24dfe6de8699901682c140ba663e1208eff Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 18 Sep 2020 05:35:02 -0700 Subject: [PATCH] Try without express --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {