Closed MikeMcC399 closed 7 months ago
The maintenance scripts, which update the Cypress examples, combine pnpm and Yarn actions in one script. As the number of examples has grown to cover different package manager variants for Yarn and pnpm, this has become less flexible to maintain.
The contents of the scripts
are split into separate scripts for Yarn and pnpm respectively.
The overall function remains the same and the documentation docs/MAINTENANCE.md needs no changes.
On Ubuntu 22.04.04 LTS with Node.js 20.12.0 LTS, execute:
22.04.04
20.12.0
git clean -xfd npm ci npm run update:cypress
and confirm success.
:tada: This PR is included in version 6.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Issue
The maintenance scripts, which update the Cypress examples, combine pnpm and Yarn actions in one script. As the number of examples has grown to cover different package manager variants for Yarn and pnpm, this has become less flexible to maintain.
Changes
The contents of the scripts
are split into separate scripts for Yarn and pnpm respectively.
The overall function remains the same and the documentation docs/MAINTENANCE.md needs no changes.
Verification
On Ubuntu
22.04.04
LTS with Node.js20.12.0
LTS, execute:and confirm success.