clean up commands

This commit is contained in:
Liam DeBeasi
2023-11-02 17:21:23 -04:00
parent 8dffb5fc3b
commit 4492d985f5
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache",
"test": "jest",
"build": "npm run clean && npm run copy && npm run copy.overlays && npm run bundle && npm run build.vetur && npm run build.web-types",
"build.watch": "npm run build && npm run bundle -- --watch",
"build.watch": "npm run bundle -- --watch",
"bundle": "rollup --config rollup.config.js",
"clean": "rimraf dist",
"build.web-types": "node ./scripts/build-web-types.js",