From 542f29d2cd2b2caec767b68427dbd20cd66f14dd Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Sat, 4 Dec 2021 20:45:20 -0700 Subject: [PATCH] add build script --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 8affa3a..8b849a9 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "description": "", "scripts": { "watch": "parcel watch ./index.js --dist-dir ../static", - "build": "parcel build ./index.js --dist-dir ../static" + "build": "./node_modules/parcel/lib/cli.js build ./index.js --dist-dir ../static" }, "author": "", "license": "ISC",