chore(repo): run global checks in order
This commit is contained in:
parent
b1976796f1
commit
6485ecd1f2
@ -185,7 +185,7 @@ jobs:
|
|||||||
npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
|
npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
|
||||||
pids+=($!)
|
pids+=($!)
|
||||||
|
|
||||||
npx nx run-many -t check-imports check-commit check-lock-files root-lint depcheck documentation --parallel=3 --no-dte &
|
npx nx run-many -t check-imports check-commit check-lock-files root-lint depcheck documentation --parallel=1 --no-dte &
|
||||||
pids+=($!)
|
pids+=($!)
|
||||||
|
|
||||||
yarn nx affected -t test lint --base=$NX_BASE --head=$NX_HEAD --parallel=1 &
|
yarn nx affected -t test lint --base=$NX_BASE --head=$NX_HEAD --parallel=1 &
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user