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 048f837 commit f40a19aCopy full SHA for f40a19a
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'npm'
25
26
- name: Install dependencies
27
- run: npm ci
+ run: npm install --force
28
29
- name: Build
30
run: npm run build
0 commit comments