summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:45:20 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:45:20 -0700
commit542f29d2cd2b2caec767b68427dbd20cd66f14dd (patch)
tree6aa7dc6ba1f5489bb330991a5f469293c2015e24
parent9e6006f30c200e2832b3bb9d4af78c763520bd15 (diff)
downloadlocchat-542f29d2cd2b2caec767b68427dbd20cd66f14dd.tar.gz
locchat-542f29d2cd2b2caec767b68427dbd20cd66f14dd.zip
add build script
-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",