Skip to content

Commit

Permalink
test: remove npm update for install-command
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 5, 2023
1 parent d2a9e4e commit a3aa902
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 a3aa902

Please sign in to comment.