Skip to content

Commit 5253650

Browse files
committed
.
1 parent c89885b commit 5253650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: rm -f package-lock.json
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm install -f
3636

3737
- name: Build TypeDoc documentation
3838
run: npm run docs

0 commit comments

Comments
 (0)