We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd09ca4 commit ff78b1cCopy full SHA for ff78b1c
1 file changed
.github/workflows/deploy.yml
@@ -36,7 +36,9 @@ jobs:
36
node-version: lts/*
37
cache: 'npm'
38
- name: Install dependencies
39
- run: npm install
+ run: |
40
+ npm cache clean --force
41
+ npm ci
42
- name: Build
43
run: npm run build
44
- name: Setup Pages
0 commit comments