Skip to content

Commit 8ff45ba

Browse files
author
Niklas Kiefer
committed
ci(playground): add bundle:watch script
1 parent a385a1a commit 8ff45ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/form-js-playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"scripts": {
2222
"all": "run-s test build",
2323
"build": "rollup -c --failAfterWarnings",
24+
"bundle:watch": "rollup -c -w --failAfterWarnings",
2425
"start": "SINGLE_START=basic npm run dev",
2526
"dev": "npm test -- --auto-watch --no-single-run",
2627
"test": "karma start",

0 commit comments

Comments
 (0)