Skip to content

Commit

Permalink
fix: add custom commit msg to sb deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Jun 2, 2024
1 parent c4e813d commit d575d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"storybook:build": "rm -rf storybook-static && storybook build",
"deploy": "npm run storybook:build && gh-pages --nojekyll -d storybook-static",
"deploy": "npm run storybook:build && gh-pages --nojekyll -d storybook-static --message 'feat: storybook deploy'",
"prerelease": "git checkout main && git pull && npm run prettier:check && npm run lint && npm run test && npm run build && cd use-cases/nextjs && npm i && npm run build",
"release": "release-it && npm run deploy"
},
Expand Down

0 comments on commit d575d30

Please sign in to comment.