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",