Skip to content

Commit

Permalink
clients/ci: releaser self fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Mar 4, 2024
1 parent a20bde6 commit 748872d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 140 deletions.
2 changes: 1 addition & 1 deletion clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preinstall": "npx only-allow pnpm",
"postinstall": "manypkg check",
"publish-packages": "pnpm build && pnpm test && changeset version && changeset publish",
"version-packages": "changeset version && pnpm install"
"version-packages": "changeset version && pnpm install --fix-lockfile"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
Expand Down
Loading

0 comments on commit 748872d

Please sign in to comment.