Skip to content

Commit

Permalink
Fix for auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrundell committed Dec 11, 2024
1 parent 68aeb8f commit eef08ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"release": "auto shipit --base-branch=main",
"prettier": "prettier --write ."
},
"dependencies": {
"react": "^18.3.1",
Expand Down

0 comments on commit eef08ee

Please sign in to comment.