Skip to content

Commit 921d2ca

Browse files
committed
ignore engines
1 parent 91087e8 commit 921d2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integrations/flat-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Integration with flat config', () => {
1212
originalCwd = process.cwd();
1313
process.chdir(TEST_CWD);
1414
try {
15-
cp.execSync('yarn', { stdio: 'inherit' });
15+
cp.execSync('yarn --ignore-engines --ignore-scripts', { stdio: 'inherit' });
1616
} catch (error) {
1717
console.error('Error running yarn:', error);
1818
throw error;

0 commit comments

Comments
 (0)