diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-04 20:45:20 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-04 20:45:20 -0700 |
commit | 542f29d2cd2b2caec767b68427dbd20cd66f14dd (patch) | |
tree | 6aa7dc6ba1f5489bb330991a5f469293c2015e24 | |
parent | 9e6006f30c200e2832b3bb9d4af78c763520bd15 (diff) | |
download | locchat-542f29d2cd2b2caec767b68427dbd20cd66f14dd.tar.gz locchat-542f29d2cd2b2caec767b68427dbd20cd66f14dd.zip |
add build script
-rw-r--r-- | client/package.json | 2 |
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", |