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 236f4a0 commit 228ae93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -4,13 +4,16 @@
"description": "parse argument options",
"main": "index.js",
"devDependencies": {
"aud": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"tape": "^5.6.1"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=auto",
"test": "nyc tape test/*.js"
"tests-only": "nyc tape test/*.js",
"test": "npm run tests-only",
"posttest": "aud --production"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit 228ae93

Please sign in to comment.