Skip to content

Commit d77bb58

Browse files
committed
ci(e2e): disable fallback mode
1 parent 9e271d5 commit d77bb58

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
@@ -17,6 +17,9 @@ echo Yarn Version: $(yarn -v)
1717
# We want to see what fails (if anything fails)
1818
export YARN_ENABLE_INLINE_BUILDS=1
1919

20+
# We want to make sure the projects work in a monorepo
21+
export YARN_PNP_FALLBACK_MODE=none
22+
2023
# Otherwise git commit doesn't work, and some tools require it
2124
git config --global user.email "[email protected]"
2225
git config --global user.name "John Doe"

0 commit comments

Comments
 (0)