We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ac3e5a + e06f4af commit 7bbad22Copy full SHA for 7bbad22
lib/packageManagers.ts
@@ -7,7 +7,7 @@ type PackageManager = (typeof supportedPackageManagers)[number];
7
const installCommands: Record<PackageManager, string> = {
8
npm: 'npm ci',
9
pnpm: 'pnpm install --frozen-lockfile',
10
- yarn: 'yarn install --frozen-lockfile',
+ yarn: 'yarn install --immutable',
11
};
12
const debugFlags: Record<PackageManager, string> = {
13
npm: '--verbose',
0 commit comments