Run hygiene separately (#19597)

This commit is contained in:
Charles Gagnon
2022-06-02 10:28:01 -07:00
committed by GitHub
parent d166d982c4
commit 9a79f7bf49

View File

@@ -77,9 +77,11 @@ steps:
node build/azure-pipelines/mixin
displayName: Mix in quality
# Run these separately to avoid OOM errors on pipeline machines
- script: |
set -e
yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check
yarn npm-run-all -lp core-ci extensions-ci
yarn npm-run-all -lp hygiene eslint valid-layers-check
displayName: Compile & Hygiene
- script: |