We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1accc commit c23186dCopy full SHA for c23186d
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
17
- name: Build
18
run: |
19
+ rm -rf node_modules package-lock.json
20
+ npm cache clean --force
21
npm install
22
npm run build
23
- name: Deploy
0 commit comments