Skip to content

Commit 7c244f6

Browse files
authored
Modify npm ci command to ignore scripts
1 parent 06ae4fd commit 7c244f6

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
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 16
2828
- name: Build with npm
2929
run: |
30-
npm ci
30+
npm ci --ignore-scripts
3131
npm run build --if-present
3232
npm test
3333
npm run coverage

0 commit comments

Comments
 (0)