Skip to content

Commit

Permalink
build: fix version update for yarn workspace (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 31, 2023
1 parent 9675ed2 commit ba1e951
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/update-cypress-latest-other.sh
Original file line number Diff line number Diff line change
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 ba1e951

Please sign in to comment.