Skip to content

Commit

Permalink
check auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 7, 2024
1 parent 1519d06 commit 9716282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release
yarn calculate-version
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"build:watch": "npm run build -- --watch",
"release": "npm run build && auto shipit",
"start": "run-p build:watch 'storybook --quiet'",
"storybook": "storybook dev -p 6006"
"storybook": "storybook dev -p 6006",
"calculate-version": "auto version"
},
"devDependencies": {
"@storybook/manager": "^8.0.0-rc.2",
Expand Down

0 comments on commit 9716282

Please sign in to comment.