Skip to content

Commit 228ae93

Browse files
committed
[Tests] add aud in posttest
1 parent 236f4a0 commit 228ae93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
"description": "parse argument options",
55
"main": "index.js",
66
"devDependencies": {
7+
"aud": "^2.0.1",
78
"npmignore": "^0.3.0",
89
"nyc": "^10.3.2",
910
"tape": "^5.6.1"
1011
},
1112
"scripts": {
1213
"prepack": "npmignore --auto --commentLines=auto",
13-
"test": "nyc tape test/*.js"
14+
"tests-only": "nyc tape test/*.js",
15+
"test": "npm run tests-only",
16+
"posttest": "aud --production"
1417
},
1518
"testling": {
1619
"files": "test/*.js",

0 commit comments

Comments
 (0)