Skip to content

ci: only ignore scripts with yarn in the deduplicate script

Administrator requested to merge aharvey/yarn-ignore-scripts into main

Created by: LawnGnome

This fixes the sourcegraph-async breakage introduced in #39454: most invocations of yarn that were replaced by yarn-install-with-retry.sh did not disable lifecycle scripts, but the new unified yarn-install-with-retry.sh script did globally. This moves the --ignore-scripts flag back into the only script that actually used it, which is yarn-deduplicate.sh.

Test plan

CI only; will be verified by a green sourcegraph-async run.

Merge request reports

Loading