We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
posttest
npx aud
npm audit
1 parent 97154a6 commit 4019179Copy full SHA for 4019179
.travis.yml
@@ -36,6 +36,8 @@ matrix:
36
include:
37
- node_js: "lts/*"
38
env: PRETEST=true
39
+ - node_js: "lts/*"
40
+ env: POSTTEST=true
41
- node_js: "4"
42
env: COVERAGE=true
43
- node_js: "12.9"
package.json
@@ -49,6 +49,7 @@
49
"pretest": "npm run --silent readme && npm run --silent lint",
50
"test": "npm run --silent coverage",
51
"tests-only": "node test",
52
+ "posttest": "npx aud",
53
"readme": "evalmd README.md",
54
"postlint": "eclint check * lib/* test/*",
55
"lint": "eslint lib/*.js test/*.js",
0 commit comments