Skip to content

Commit aca3d9f

Browse files
Merge pull request #39 from webdevnerdstuff/dev
update workflow to remove vie cache
2 parents 6261131 + 79ec5ce commit aca3d9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install dependencies
5050
run: pnpm install
5151

52+
- name: Clear Vite cache
53+
run: rm -rf node_modules/.vite
54+
5255
- name: Cypress run
5356
uses: cypress-io/github-action@v6
5457
with:

0 commit comments

Comments
 (0)