Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
We've had two PRs come in recently that touch repository tooling:
...and now thePrettier Update task is failing. Example from#7496 ->https://github.com/typescript-eslint/typescript-eslint/actions/runs/5919889475/job/16050593946?pr=7496:
Run yarn --ignore-scriptsUnknown Syntax Error: Unsupported option name ("--ignore-scripts").
I believe perhttps://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.