Skip to content

Commit 3898c67

Browse files
fix: remove --skip-nx-cache from devtools warm cache step
Allow the warm cache step to use cache for better performance while keeping skip cache only for the main build step. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eb03698 commit 3898c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npx cypress install
5454

5555
- name: Warm Nx Cache
56-
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1 --skip-nx-cache
56+
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1
5757

5858
- name: Run Affected Build
5959
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=1 --skip-nx-cache

0 commit comments

Comments
 (0)