Skip to content

Commit dc1cc12

Browse files
committed
[Tests] add aud in posttest
1 parent 051f608 commit dc1cc12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"bugs": "https://github.com/substack/node-shell-quote/issues",
1111
"devDependencies": {
12+
"aud": "^2.0.1",
1213
"tape": "^5.6.1"
1314
},
1415
"homepage": "https://github.com/substack/node-shell-quote",
@@ -26,6 +27,7 @@
2627
},
2728
"scripts": {
2829
"tests-only": "tape 'test/**/*.js'",
29-
"test": "npm run tests-only"
30+
"test": "npm run tests-only",
31+
"posttest": "aud --production"
3032
}
3133
}

0 commit comments

Comments
 (0)