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 c89885b commit 5253650Copy full SHA for 5253650
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
run: rm -f package-lock.json
33
34
- name: Install dependencies
35
- run: npm ci
+ run: npm install -f
36
37
- name: Build TypeDoc documentation
38
run: npm run docs
0 commit comments