Skip to content

Commit d6997d8

Browse files
committed
Add watch option
1 parent d8a529a commit d6997d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"format:check": "npx prettier --check .",
3232
"lint": "npx eslint .",
3333
"package": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
34+
"package:watch": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --watch",
3435
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
3536
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
3637
},

0 commit comments

Comments
 (0)