Skip to content

Commit

Permalink
remove calculate-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 7, 2024
1 parent 08ed6f8 commit 622d641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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 calculate-version
yarn release
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"build:watch": "npm run build -- --watch",
"release": "npm run build && auto shipit",
"start": "run-p build:watch 'storybook --quiet'",
"storybook": "storybook dev -p 6006",
"calculate-version": "auto version"
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"@storybook/manager": "^8.0.0-rc.2",
Expand Down Expand Up @@ -71,6 +70,11 @@
"publishConfig": {
"access": "public"
},
"auto": {
"plugins": [
"npm"
]
},
"bundler": {
"exportEntries": [
"src/index.ts"
Expand Down

0 comments on commit 622d641

Please sign in to comment.