Skip to content

Commit

Permalink
build: fix version update for yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 25, 2023
1 parent 2eae5a3 commit 108d74d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/update-cypress-latest-other.sh
Expand Up @@ -15,11 +15,8 @@ echo
echo updating examples/start-and-yarn-workspaces to cypress@latest
cd start-and-yarn-workspaces
for i in 1 2; do
cd workspace-${i}
echo updating workspace-${i}
npm install cypress@latest --save-dev --save-exact --package-lock=false
npm ls cypress
cd ..
yarn workspace workspace-${i} add cypress --dev --exact
done
echo
echo updating yarn lockfile for start-and-yarn-workspaces
Expand Down

0 comments on commit 108d74d

Please sign in to comment.