Skip to content

Commit

Permalink
fix: yarn version bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Dec 9, 2023
1 parent 31b8e1c commit 19aad26
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -28,7 +28,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: yarn version
version: yarn bump
publish: yarn release
commit: "chore(changeset): release packages"
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "yarn workspaces foreach -A -t run build",
"test": "yarn workspaces foreach -A -t run test",
"change": "yarn changeset",
"version": "yarn changeset version && yarn install --mode update-lockfile",
"bump": "yarn changeset version && yarn install --mode update-lockfile",
"release": "yarn build && yarn test && yarn build-storybook && changeset publish",
"build-storybook": "(cd ./packages/arancini && yarn build-storybook)",
"storybook": "(cd ./packages/arancini && yarn storybook)"
Expand Down

0 comments on commit 19aad26

Please sign in to comment.