Skip to content

Commit

Permalink
feat(audit): add npm audit step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 25, 2018
1 parent 4ef8256 commit 19c2e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"url": "https://github.com/telus/create-library/issues"
},
"scripts": {
"lint:audit": "npm audit",
"lint:deps": "npx david --error404 --errorSCM --errorDepType",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
Expand Down
1 change: 1 addition & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"scripts": {
"coverage": "opener coverage/lcov-report/index.html",
"lint:audit": "npm audit",
"lint:deps": "npx david --error404 --errorSCM --errorDepType",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
Expand Down

0 comments on commit 19c2e4a

Please sign in to comment.