Skip to content

Commit c4b7d39

Browse files
committed
fix: missing --watch in dev mode
1 parent a20917b commit c4b7d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/knockout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212
},
1313
"scripts": {
14-
"build-dev": "rollup -c",
14+
"build-dev": "rollup -c --watch",
1515
"build-prod": "rollup -c --environment production"
1616
},
1717
"author": "Stefan Krause",

0 commit comments

Comments
 (0)