Skip to content

Commit a725065

Browse files
reset NX cache before build to fix stale cache integrity errors
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 971aa4b commit a725065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install Dependencies
4444
run: yarn install --frozen-lockfile
4545

46+
- name: Reset NX Cache
47+
run: npx nx reset
48+
4649
- name: Build
4750
run: NODE_ENV=production yarn build
4851

0 commit comments

Comments
 (0)