Skip to content

Commit 1b23f2d

Browse files
committed
add dev task
1 parent 4582c03 commit 1b23f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"main": "index.js",
88
"scripts": {
99
"build": "rollup -c",
10+
"dev": "rollup -cw",
1011
"prepublishOnly": "npm test",
1112
"test": "node test/runner.js",
1213
"test:browser": "npm run build && serve test/public",

0 commit comments

Comments
 (0)