diff --git a/scripts/update-cypress-latest-other.sh b/scripts/update-cypress-latest-other.sh index f042bbeb0..37fb60d45 100755 --- a/scripts/update-cypress-latest-other.sh +++ b/scripts/update-cypress-latest-other.sh @@ -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