summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:47:18 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:47:18 -0700
commit39d46f6e410c05cb7f3b7a24beec776c5607f38d (patch)
tree072c8e2eeaf6e016eec24bedb613e0aabe47e26d /client
parent542f29d2cd2b2caec767b68427dbd20cd66f14dd (diff)
downloadlocchat-39d46f6e410c05cb7f3b7a24beec776c5607f38d.tar.gz
locchat-39d46f6e410c05cb7f3b7a24beec776c5607f38d.zip
undo changes
Diffstat (limited to 'client')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
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",