We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea66a8c commit f721894Copy full SHA for f721894
1 file changed
scripts/update-cypress-latest-yarn.sh
@@ -25,7 +25,7 @@ cd examples
25
# Yarn 1 Classic section
26
# No corepack
27
corepack disable yarn
28
-npm install yarn@1 -g
+npm install yarn@1 --global --allow-scripts=yarn
29
echo yarn version $(yarn --version) is installed
30
31
# examples/start-and-yarn-workspaces (yarn)
@@ -81,7 +81,7 @@ cd ..
81
echo
82
83
echo corepack is now disabled for Yarn
84
85
86
87
# End of Yarn 4 Modern section
0 commit comments