Skip to content

Commit

Permalink
Regenerate lockfile after versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Aug 22, 2022
1 parent 005e211 commit 2de94ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: changesets/action@v1
with:
publish: yarn release
version: yarn version-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"preinstall": "node ./scripts/ensure-yarn.js",
"postinstall": "preconstruct dev && manypkg check",
"changeset": "changeset",
"version-packages": "changeset version",
"version-packages": "changeset version && yarn",
"release": "yarn build && changeset publish"
},
"author": "Kye Hohenberger",
Expand Down

0 comments on commit 2de94ae

Please sign in to comment.