Skip to content

Commit

Permalink
Skip lockfile update for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Dec 9, 2024
1 parent 4d1b14e commit 07397cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changesets/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const versionRe = /^\d+\.\d+\.\d+/i;
const execaOpts = { stdio: 'inherit' };

await execa('changeset', ['version'], execaOpts);
await execa('pnpm', ['install', '--lockfile-only'], execaOpts);
// await execa('pnpm', ['install', '--lockfile-only'], execaOpts);

const packages = (await listPackages()).reduce((map, dir) => {
const manifest = getPackageManifest(dir);
Expand Down

0 comments on commit 07397cf

Please sign in to comment.