Skip to content

Commit 8a45fbd

Browse files
committed
chore: update nx cache dir
1 parent ce9d478 commit 8a45fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Cache NX
3939
uses: actions/cache@v4
4040
with:
41-
path: node_modules/.cache/nx/
41+
path: .nx/cache
4242
key: nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-${{ github.sha }}
4343
restore-keys: |
4444
nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-

0 commit comments

Comments
 (0)