Skip to content

Commit

Permalink
add --no-frozen-lockfile to ci:version script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Oct 27, 2022
1 parent 3ce7584 commit 655303e
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 @@ -21,7 +21,7 @@
"changeset": "changeset",
"release": "pnpm build && changeset publish",
"version-packages": "changeset version && pnpm i",
"ci:version": "changeset version && pnpm i && git add ."
"ci:version": "changeset version && pnpm i --no-frozen-lockfile && git add ."
},
"devDependencies": {
"@changesets/cli": "^2.25.0",
Expand Down

0 comments on commit 655303e

Please sign in to comment.