Skip to content

Commit c23186d

Browse files
committed
chore: fix deploy issues
1 parent 1f1accc commit c23186d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: Build
1818
run: |
19+
rm -rf node_modules package-lock.json
20+
npm cache clean --force
1921
npm install
2022
npm run build
2123
- name: Deploy

0 commit comments

Comments
 (0)