Skip to content

Commit

Permalink
chore: update pnpm lockfile after changeset:version
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Oct 4, 2023
1 parent 80173dd commit 03c8a41
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 @@ -14,7 +14,7 @@
"validate": "run-p lint format publint typecheck",
"typecheck": "pnpm run --recursive typecheck",
"changeset": "changeset",
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.js",
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.js && pnpm install --lockfile-only",
"changeset:release": "pnpm run build && changeset publish"
},
"dependencies": {
Expand Down

0 comments on commit 03c8a41

Please sign in to comment.