diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-04 20:47:18 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-04 20:47:18 -0700 |
commit | 39d46f6e410c05cb7f3b7a24beec776c5607f38d (patch) | |
tree | 072c8e2eeaf6e016eec24bedb613e0aabe47e26d /client | |
parent | 542f29d2cd2b2caec767b68427dbd20cd66f14dd (diff) | |
download | locchat-39d46f6e410c05cb7f3b7a24beec776c5607f38d.tar.gz locchat-39d46f6e410c05cb7f3b7a24beec776c5607f38d.zip |
undo changes
Diffstat (limited to 'client')
-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 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", |