Skip to content

Commit 6f132fa

Browse files
committed
create build-watch npm script
1 parent 080c0b5 commit 6f132fa

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
@@ -5,6 +5,7 @@
55
"main": "./lib/index.js",
66
"scripts": {
77
"build": "babel src -d ./lib",
8+
"build-watch": "babel src -d ./lib -w",
89
"storybook": "start-storybook -p 6006",
910
"build-storybook": "build-storybook",
1011
"prepublish": "babel src -d ./lib",

0 commit comments

Comments
 (0)