refactor: add watch command

This commit is contained in:
Liam DeBeasi
2023-11-01 17:23:30 -04:00
parent d1507fbfdb
commit 6e3fd70bf0
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +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",
"bundle": "rollup --config rollup.config.js",
"clean": "rimraf dist",
"build.web-types": "node ./scripts/build-web-types.js",