We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8217f50 commit 4f63b6bCopy full SHA for 4f63b6b
tests/prepare.mjs
@@ -49,7 +49,7 @@ const promises = fixtures.map((fixture) =>
49
const { packageManager } = JSON.parse(await readFile(join(cwd, 'package.json'), 'utf8'))
50
if (packageManager?.startsWith('pnpm')) {
51
// We disable frozen-lockfile because we may have changed the version of Next.js
52
- cmd = `pnpm install --frozen-lockfile=false --force ${
+ cmd = `pnpm install --frozen-lockfile=false ${
53
process.env.DEBUG || NEXT_VERSION !== 'latest' ? '' : '--reporter silent'
54
}`
55
}
0 commit comments