Skip to content

Commit fa68efb

Browse files
committed
chore: rename build-storybook to build:storybook
1 parent 0ee5674 commit fa68efb

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
@@ -20,6 +20,7 @@
2020
"build": "yarn build:rollup && yarn build:tsc",
2121
"build:rollup": " rollup --config config/rollup.config.js",
2222
"build:tsc": "ts-node config/move-files.ts",
23+
"build:storybook": "build-storybook",
2324
"storybook": "start-storybook -p 6006",
2425
"build-storybook": "build-storybook"
2526
},

0 commit comments

Comments
 (0)