Skip to content

Commit af6bdbc

Browse files
ci: run audit only on production libraries
1 parent 97088d6 commit af6bdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
registry-url: https://registry.npmjs.org/
7070
cache: 'npm'
7171
- run: npm ci
72-
- run: npm run audit
72+
- run: npm run audit --production
7373
coverage:
7474
runs-on: ubuntu-latest
7575
steps:

0 commit comments

Comments
 (0)