undo changes

This commit is contained in:
Joseph Ditton 2021-12-04 20:47:18 -07:00
parent 542f29d2cd
commit 39d46f6e41

View File

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