We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fde6b5 commit d420a38Copy full SHA for d420a38
1 file changed
package.json
@@ -50,8 +50,8 @@
50
"scripts": {
51
"build": "rollup -c",
52
"watch": "rollup -c -w",
53
- "storybook": "storybook dev -p 6006",
54
- "build-storybook": "storybook build"
+ "storybook:watch": "storybook dev -p 6006",
+ "storybook:build": "storybook build"
55
},
56
"files": [
57
"dist"
0 commit comments