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