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 7f687d0 commit 0ffa2a3Copy full SHA for 0ffa2a3
scripts/e2e-setup-ci.sh
@@ -17,6 +17,9 @@ echo Yarn Version: $(yarn -v)
17
# We want to see what fails (if anything fails)
18
export YARN_ENABLE_INLINE_BUILDS=1
19
20
+# We want to make sure the projects work in a monorepo
21
+export YARN_PNP_FALLBACK_MODE=none
22
+
23
# Otherwise git commit doesn't work, and some tools require it
24
git config --global user.email "[email protected]"
25
git config --global user.name "John Doe"
0 commit comments