Running yarn format exits without error with a "permission denied" message on the relevant files. This likely has to do with the abstracted run-on-changed script that interpolates all positional parameters before the changed files and runs the result as a command.
Running
yarn format
exits without error with a "permission denied" message on the relevant files. This likely has to do with the abstractedrun-on-changed
script that interpolates all positional parameters before the changed files and runs the result as a command.