From 1cad44ac4f8e0a19e896aab4d10898d0f855cb0c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 5 May 2023 08:57:20 +0200 Subject: [PATCH] build: add examples/yarn-modern-pnp to update script --- scripts/update-cypress-latest-other.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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