summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
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",