Skip to content

Commit

Permalink
chore: reset nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 15, 2024
1 parent 025ddd5 commit 0feceda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'

- name: Reset Nx cache
run: yarn nx reset

- name: Install
run: yarn install

Expand Down

0 comments on commit 0feceda

Please sign in to comment.