We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dd548 commit 9c8e31aCopy full SHA for 9c8e31a
.github/workflows/build-and-test.yml
@@ -56,7 +56,7 @@ jobs:
56
run: nproc
57
58
- name: Warm Nx Cache
59
- run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4
+ run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4 --skip-nx-cache
60
61
- name: Run Build for All
62
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4 --skip-nx-cache
.github/workflows/devtools.yml
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm install
39
40
- name: Run Affected Build
41
- run: npx nx run-many --targets=build --projects=tag:type:pkg
+ run: npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache
42
43
- name: Configuration xvfb
44
shell: bash
0 commit comments