Skip to content

Commit e9e5968

Browse files
committed
ci(e2e): disable fallback mode
1 parent 6360d15 commit e9e5968

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/e2e-setup-ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export YARN_ENABLE_INLINE_BUILDS=1
2020
# We want to allow installs to modify the lockfile
2121
export YARN_ENABLE_IMMUTABLE_INSTALLS=0
2222

23+
# We want to make sure the projects work in a monorepo
24+
export YARN_PNP_FALLBACK_MODE=none
25+
2326
# Otherwise git commit doesn't work, and some tools require it
2427
git config --global user.email "[email protected]"
2528
git config --global user.name "John Doe"

0 commit comments

Comments
 (0)