tangled
alpha
login
or
join now
kitten.sh
/
urql
1
fork
atom
Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork
atom
overview
issues
pulls
pipelines
Skip lockfile update for now
Jovi De Croock
1 year ago
07397cf1
4d1b14ec
+1
-1
1 changed file
expand all
collapse all
unified
split
scripts
changesets
version.mjs
+1
-1
scripts/changesets/version.mjs
···
14
14
const execaOpts = { stdio: 'inherit' };
15
15
16
16
await execa('changeset', ['version'], execaOpts);
17
17
-
await execa('pnpm', ['install', '--lockfile-only'], execaOpts);
17
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);