Skip to content

Commit

Permalink
build: add missing yarn.lock for cypress update if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 24, 2023
1 parent 2eae5a3 commit 4ae238d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update-cypress-latest-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ echo
echo updating examples/yarn-modern to cypress@latest
cd yarn-modern
yarn set version latest
touch yarn.lock # create if missing to avoid a Yarn error
yarn add cypress --dev --exact
cd ..

Expand All @@ -53,6 +54,7 @@ echo
echo updating examples/yarn-modern-pnp to cypress@latest
cd yarn-modern-pnp
yarn set version latest
touch yarn.lock # create if missing to avoid a Yarn error
yarn add cypress --dev --exact
cd ..

Expand Down

0 comments on commit 4ae238d

Please sign in to comment.