Skip to content

Commit 6e9890e

Browse files
authored
ci: uncomment audit (#2636)
1 parent cb80c00 commit 6e9890e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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 audit --production
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: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"lint": "npm-run-all -l -p \"lint:**\"",
2020
"lint:type": "tsc --noEmit",
2121
"commitlint": "commitlint --from=master",
22-
"security": "npm audit",
2322
"test:only": "jest --forceExit",
2423
"test:coverage": "npm run test:only -- --coverage",
2524
"test:watch": "npm run test:coverage --watch",

0 commit comments

Comments
 (0)