Skip to content

Commit

Permalink
[meta] run aud in posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 2, 2021
1 parent 5ec21aa commit b9bec0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -41,6 +41,7 @@
"through": "^2.3.8"
},
"devDependencies": {
"aud": "^1.1.3",
"concat-stream": "^1.6.2",
"eclint": "^2.8.1",
"ecstatic": "^4.1.4",
Expand All @@ -55,6 +56,7 @@
"lint": "eslint . bin/*",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "aud --production",
"tests-only": "nyc tap test/*.js"
},
"testling": {
Expand Down

0 comments on commit b9bec0e

Please sign in to comment.