Skip to content

Commit

Permalink
Merge pull request #700 from MikeMcC399/fix/update-script
Browse files Browse the repository at this point in the history
Remove scripted npm update for yarn-based install-command
  • Loading branch information
jaffrepaul committed Jan 9, 2023
2 parents e7cfd6c + a3aa902 commit 37c511b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/npm-install-v10-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cd ../config && npm install cypress@latest
cd ../custom-command && npm install cypress@latest
cd ../env && npm install cypress@latest
cd ../firefox && npm install cypress@latest
cd ../install-command && npm install cypress@latest
cd ../install-only && npm install cypress@latest
cd ../node-versions && npm install cypress@latest
cd ../quiet && npm install cypress@latest
Expand All @@ -16,4 +15,4 @@ cd ../recording && npm install cypress@latest
cd ../start && npm install cypress@latest
cd ../wait-on && npm install cypress@latest
cd ../wait-on-vite && npm install cypress@latest
cd ../webpack && npm install cypress@latest
cd ../webpack && npm install cypress@latest

0 comments on commit 37c511b

Please sign in to comment.