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

@ -21,6 +21,7 @@
},
"scripts": {
"build": "npm run clean && npm run compile",
"build.watch": "npm run build && npm run compile -- --watch",
"clean": "rimraf dist",
"compile": "rollup -c",
"eslint": "eslint src",