Skip to content

Commit 6fe0300

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/locked-update-diff
2 parents 470ddf5 + 92f5f11 commit 6fe0300

34 files changed

+4521
-10330
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

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org/'
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm ci -f
2626

2727
- name: Execute test cases
2828
run: npm test

0 commit comments

Comments
 (0)