We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9675ed2 commit ba1e951Copy full SHA for ba1e951
scripts/update-cypress-latest-other.sh
@@ -15,11 +15,8 @@ echo
15
echo updating examples/start-and-yarn-workspaces to cypress@latest
16
cd start-and-yarn-workspaces
17
for i in 1 2; do
18
-cd workspace-${i}
19
echo updating workspace-${i}
20
-npm install cypress@latest --save-dev --save-exact --package-lock=false
21
-npm ls cypress
22
-cd ..
+yarn workspace workspace-${i} add cypress --dev --exact
23
done
24
echo
25
echo updating yarn lockfile for start-and-yarn-workspaces
0 commit comments