Skip to content

Commit 3d9e9a4

Browse files
Update sonar-scanner.yml
1 parent 0e6e334 commit 3d9e9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 18
2727
- name: Build with npm
2828
run: |
29-
npm ci
29+
npm ci --force
3030
npm run build --if-present
3131
npm test
3232
npm run coverage

0 commit comments

Comments
 (0)