add build script

This commit is contained in:
Joseph Ditton 2021-12-04 20:45:20 -07:00
parent 9e6006f30c
commit 542f29d2cd

View File

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