Skip to content

Commit d420a38

Browse files
committed
build: rename npm commands
1 parent 4fde6b5 commit d420a38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"scripts": {
5151
"build": "rollup -c",
5252
"watch": "rollup -c -w",
53-
"storybook": "storybook dev -p 6006",
54-
"build-storybook": "storybook build"
53+
"storybook:watch": "storybook dev -p 6006",
54+
"storybook:build": "storybook build"
5555
},
5656
"files": [
5757
"dist"

0 commit comments

Comments
 (0)