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

Configure Feed

Select the types of activity you want to include in your feed.

chore: Fix changeset command in scripts/changesets/version.mjs

+1 -1
+1 -1
scripts/changesets/version.mjs
··· 12 12 const versionRe = /^\d+\.\d+\.\d+/i; 13 13 const execaOpts = { stdio: 'inherit' }; 14 14 15 - await execa('changeset', ['changeset', 'version'], execaOpts); 15 + await execa('changeset', ['version'], execaOpts); 16 16 await execa('pnpm', ['install', '--lockfile-only'], execaOpts); 17 17 18 18 const packages = (await listPackages()).reduce((map, dir) => {