Skip to content

Commit

Permalink
chore: bump lockfile after versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Sep 11, 2021
1 parent 5c68861 commit 4f8dced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm release
version: pnpm changeset:version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"release": "pnpm publish --tag=next --filter=\"@sveltejs/*\" --filter=\"create-svelte\"",
"preview:docs": "action-deploy-docs --project=kit"
"preview:docs": "action-deploy-docs --project=kit",
"changeset:version": "changeset version && pnpm i --lockfile-only"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f8dced

Please sign in to comment.