Skip to content

Commit

Permalink
[Tests] add aud in posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 10, 2022
1 parent 5df0fe4 commit b32d9bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"description": "parse argument options",
"main": "index.js",
"devDependencies": {
"aud": "^2.0.1",
"nyc": "^10.3.2",
"tape": "^5.6.1"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=auto",
"test": "nyc tape test/*.js"
"test": "nyc tape test/*.js",
"posttest": "aud --production"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit b32d9bd

Please sign in to comment.