Skip to content

Commit 8ce7757

Browse files
committed
chore: remove storybook script cause we have start
1 parent 1c3e38a commit 8ce7757

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"prettier:fix": "prettier --write .",
3838
"build-storybook": "storybook build",
3939
"deploy": "npm run build-storybook && gh-pages -d storybook-static",
40-
"release": "npm run prettier:check && npm run lint && npm run test && npm run build && release-it && npm run deploy",
41-
"storybook": "storybook dev -p 6006"
40+
"release": "npm run prettier:check && npm run lint && npm run test && npm run build && release-it && npm run deploy"
4241
},
4342
"dependencies": {
4443
"@types/mustache": "^4.2.5",

0 commit comments

Comments
 (0)