Skip to content

Commit c185c35

Browse files
committed
ci: uncomment audit
1 parent d9cd8e1 commit c185c35

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
displayName: 'Install dependencies'
3333
- script: npm run lint
3434
displayName: 'Run lint'
35-
# - script: npm run security
36-
# displayName: 'Run NPM audit'
35+
- script: npm run security
36+
displayName: 'Run NPM audit'
3737
- script: ./node_modules/.bin/commitlint-azure-pipelines
3838
displayName: 'Run lint commit message'
3939

package-lock.json

Lines changed: 37 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)