Skip to content

Commit edde614

Browse files
chore: alias rollup-dev to watch for development (#4615)
1 parent 9f96930 commit edde614

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
@@ -22,6 +22,7 @@
2222
"rollup": "babel-node build/rollup.js",
2323
"rollup-minify": "babel-node build/rollup.js --minify",
2424
"rollup-dev": "babel-node build/rollup.js --watch",
25+
"watch": "npm run rollup-dev",
2526
"assets": "node build/assets.js",
2627
"change": "grunt chg-add",
2728
"clean": "grunt clean",

0 commit comments

Comments
 (0)