Skip to content

Commit c6818a4

Browse files
Update ci.yml
1 parent db9a468 commit c6818a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'npm'
2727

2828
- name: Install dependencies
29-
run: npm ci
29+
run: npm ci --f
3030

3131
- name: Check linting issues
3232
run: npm run lint

0 commit comments

Comments
 (0)