Skip to content

Commit b9bec0e

Browse files
committedJan 2, 2021
[meta] run aud in posttest
1 parent 5ec21aa commit b9bec0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"through": "^2.3.8"
4242
},
4343
"devDependencies": {
44+
"aud": "^1.1.3",
4445
"concat-stream": "^1.6.2",
4546
"eclint": "^2.8.1",
4647
"ecstatic": "^4.1.4",
@@ -55,6 +56,7 @@
5556
"lint": "eslint . bin/*",
5657
"pretest": "npm run lint",
5758
"test": "npm run tests-only",
59+
"posttest": "aud --production",
5860
"tests-only": "nyc tap test/*.js"
5961
},
6062
"testling": {

0 commit comments

Comments
 (0)
Please sign in to comment.