adding npm prepare

This commit is contained in:
Landon Noss 2022-02-03 11:45:17 -07:00
parent 36aa4a0c92
commit 477782b10e

View File

@ -18,6 +18,7 @@
"README.md"
],
"scripts": {
"prepare": "npm run build",
"build": "rollup --config",
"dev": "rollup --config --watch",
"test": "echo \"Error: no test specified\" && exit 1",