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 0d33990 commit 28b6dd9Copy full SHA for 28b6dd9
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
cache-dependency-path: 'ultroid/package-lock.json'
25
26
- name: Install dependencies
27
- run: npm ci
+ run: npm ci --force
28
29
- name: Build
30
run: npm run build
0 commit comments