Closed
Description
Suggestion
We've had two PRs come in recently that touch repository tooling:
...and now the Prettier Update task is failing. Example from #7496 -> https://github.com/typescript-eslint/typescript-eslint/actions/runs/5919889475/job/16050593946?pr=7496:
Run yarn --ignore-scripts
Unknown Syntax Error: Unsupported option name ("--ignore-scripts").
I believe per https://yarnpkg.com/cli/install that --skip-build
is Yarn 3's equivalent of --ignore-script
?
FWIW neither PR did anything incorrect or wrong. Just one of those fun merge situations.
FYI @auvred @JamesHenry - I can send a PR soon if you don't have time.