Skip to content

Commit

Permalink
chore: run pnpm install after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jul 23, 2024
1 parent a1c42c1 commit 787577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "turbo dev",
"initial-build": "pnpm build --filter=@content-collections/cli && pnpm install && pnpm build",
"release": "pnpm initial-build && changeset publish",
"version-packages": "changeset version"
"version-packages": "changeset version && pnpm install"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 787577f

Please sign in to comment.