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 fad6165 commit 3907aa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,7 @@
# Only apps should have lockfiles
yarn.lock
package-lock.json

# coverage data
coverage/
.nyc_output/
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -26,6 +26,7 @@
"through": "~2.3.8"
},
"devDependencies": {
"aud": "~1.1.5",
"concat-stream": "^1.6.2",
"eclint": "^2.8.1",
"ecstatic": "^4.1.4",
Expand All @@ -40,7 +41,8 @@
"lint": "eslint .",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "tap test/*.js"
"posttest": "aud --production",
"tests-only": "nyc tap test/*.js"
},
"testling": {
"files": "test/browser/*.js",
Expand Down

0 comments on commit 3907aa5

Please sign in to comment.