Skip to content

Commit b32d9bd

Browse files
committedOct 10, 2022
[Tests] add aud in posttest
1 parent 5df0fe4 commit b32d9bd

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
@@ -4,12 +4,14 @@
44
"description": "parse argument options",
55
"main": "index.js",
66
"devDependencies": {
7+
"aud": "^2.0.1",
78
"nyc": "^10.3.2",
89
"tape": "^5.6.1"
910
},
1011
"scripts": {
1112
"prepack": "npmignore --auto --commentLines=auto",
12-
"test": "nyc tape test/*.js"
13+
"test": "nyc tape test/*.js",
14+
"posttest": "aud --production"
1315
},
1416
"testling": {
1517
"files": "test/*.js",

0 commit comments

Comments
 (0)
Please sign in to comment.