Skip to content

Commit 096a45a

Browse files
committed
chore: ignore npm package lock when preparing fixtures
1 parent 86eeae5 commit 096a45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prepare.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const promises = fixtures.map((fixture) =>
4545
}
4646

4747
// npm is the default
48-
let cmd = `npm install --no-audit --progress=false --prefer-offline --legacy-peer-deps`
48+
let cmd = `npm install --no-audit --progress=false --prefer-offline --legacy-peer-deps --no-package-lock`
4949
const { packageManager } = JSON.parse(await readFile(join(cwd, 'package.json'), 'utf8'))
5050
if (packageManager?.startsWith('pnpm')) {
5151
// We disable frozen-lockfile because we may have changed the version of Next.js

0 commit comments

Comments
 (0)