Skip to content

Commit

Permalink
chore(repo): debug depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 14, 2023
1 parent 19ea740 commit c584a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,14 @@ jobs:
name: Run Checks/Lint/Test/Build
no_output_timeout: 60m
command: |
npx nx run-many -t depcheck --no-dte
pids=()
npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!)
npx nx run-many -t check-imports check-commit check-lock-files depcheck --parallel=1 --no-dte &
npx nx run-many -t check-imports check-commit check-lock-files --parallel=1 --no-dte &
pids+=($!)
yarn nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
Expand Down

0 comments on commit c584a3b

Please sign in to comment.