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 19b0919 commit 72179c9Copy full SHA for 72179c9
scripts/e2e-setup-ci.sh
@@ -20,6 +20,9 @@ export YARN_ENABLE_INLINE_BUILDS=1
20
# We want to allow installs to modify the lockfile
21
export YARN_ENABLE_IMMUTABLE_INSTALLS=0
22
23
+# We want to make sure the projects work in a monorepo
24
+export YARN_PNP_FALLBACK_MODE=none
25
+
26
# Otherwise git commit doesn't work, and some tools require it
27
git config --global user.email "[email protected]"
28
git config --global user.name "John Doe"
0 commit comments