Update to use build to build

This commit is contained in:
William Moore 2023-06-13 18:15:06 -05:00
parent f9f962e54e
commit 7b10128e8a

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "npx tsc && cp -R public dist && npx gulp && npx rollup -c",
"build": "npx tsc && cp -R public dist && npx gulp && npx rollup -c",
"clean": "rm -rf build && rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},