Skip to content

Commit

Permalink
chore: remove storybook script cause we have start
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed May 31, 2024
1 parent 1c3e38a commit 8ce7757
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"prettier:fix": "prettier --write .",
"build-storybook": "storybook build",
"deploy": "npm run build-storybook && gh-pages -d storybook-static",
"release": "npm run prettier:check && npm run lint && npm run test && npm run build && release-it && npm run deploy",
"storybook": "storybook dev -p 6006"
"release": "npm run prettier:check && npm run lint && npm run test && npm run build && release-it && npm run deploy"
},
"dependencies": {
"@types/mustache": "^4.2.5",
Expand Down

0 comments on commit 8ce7757

Please sign in to comment.