Skip to content

Commit 24e90c9

Browse files
committed
Update dev mode
1 parent 50359ff commit 24e90c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start-storybook": "start-storybook -p 9001 --ci",
1515
"start": "nodemon --exec yarn start-storybook",
1616
"build-storybook": "build-storybook -s public",
17-
"dev": "node .scripts/npm-prepare.js --watch",
17+
"dev": "nodemon --exec yarn prepare",
1818
"prepare-dev": "babel dev --out-dir dev-dist --verbose",
1919
"prepare": "package-prepare",
2020
"postpublish": "node .scripts/npm-postpublish.js"

0 commit comments

Comments
 (0)