From 0bc9e90442192e9dfa054038fd20d1cee02e19cc Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 18 Sep 2020 05:06:13 -0700 Subject: [PATCH] Rename build script to start --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0873c3f6..8bcf4519 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "scripts": { "dev": "parcel ./src/index.html", - "build": "parcel build ./src/index.html", + "start": "parcel build ./src/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "compilerOptions": {