Skip to content

Commit

Permalink
build: add examples/yarn-modern-pnp to update script
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed May 24, 2023
1 parent 1911878 commit 1cad44a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/update-cypress-latest-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ yarn set version latest
yarn add cypress --dev --exact
cd ..

# examples/yarn-modern-pnp
echo
echo updating examples/yarn-modern-pnp to cypress@latest
cd yarn-modern-pnp
yarn set version latest
yarn add cypress --dev --exact
cd ..

# examples/basic-pnpm (pnpm)
echo
echo updating pnpm example to Cypress latest version
Expand Down

0 comments on commit 1cad44a

Please sign in to comment.