We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80be65 commit 94cb7deCopy full SHA for 94cb7de
.github/workflows/codeql.yml
@@ -66,7 +66,7 @@ jobs:
66
run: yarn install --frozen-lockfile
67
68
- name: Build monorepo
69
- run: yarn nx run-many --target=build --all
+ run: npx nx run-many --target=build --all --no-cloud
70
71
# Initializes the CodeQL tools for scanning.
72
- name: Initialize CodeQL
0 commit comments