Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Skip lockfile update for now

Changed files
+1 -1
scripts
changesets
+1 -1
scripts/changesets/version.mjs
··· 14 14 const execaOpts = { stdio: 'inherit' }; 15 15 16 16 await execa('changeset', ['version'], execaOpts); 17 - await execa('pnpm', ['install', '--lockfile-only'], execaOpts); 17 + // await execa('pnpm', ['install', '--lockfile-only'], execaOpts); 18 18 19 19 const packages = (await listPackages()).reduce((map, dir) => { 20 20 const manifest = getPackageManifest(dir);