From d14886f7f6436027b3da3f5fdf89860c9182ac44 Mon Sep 17 00:00:00 2001 From: Aaron Luhning Date: Sun, 1 Nov 2020 19:24:32 -0500 Subject: [PATCH] parcel add --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d5b5f9..2ceedde 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "deploy:contract": "near deploy", "deploy:pages": "gh-pages -d dist/", "deploy": "npm run build && npm run deploy:contract && npm run deploy:pages", - "start": "node dist/index.html", + "start": "parcel dist/index.html", "startup": "npm run build:contract && echo The app is starting! It will automatically open in your browser when ready && env-cmd -f ./.env parcel src/index.html --open", "dev": "nodemon --watch assembly -e ts --exec \"npm run start\"", "test": "asp --nologo && npm run build:contract && jest test --runInBand"