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.
1 parent 4f5125f commit 8ccf18dCopy full SHA for 8ccf18d
packages/acceptance-tests/pkg-tests-core/sources/utils/makeTemporaryEnv.ts
@@ -51,7 +51,7 @@ const mte = generatePkgDriver({
51
[`YARN_ENABLE_TIMERS`]: `false`,
52
[`FORCE_COLOR`]: `0`,
53
// Otherwise the output wouldn't be the same on CI vs non-CI
54
- [`YARN_ENABLE_INLINE_BUILDS`]: `true`,
+ [`YARN_ENABLE_INLINE_BUILDS`]: `false`,
55
// Otherwise we would more often test the fallback rather than the real logic
56
[`YARN_PNP_FALLBACK_MODE`]: `none`,
57
// Otherwise tests fail on systems where this is globally set to true
0 commit comments