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 12, 2022
1 parent 051f608 commit dc1cc12
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 @@ -9,6 +9,7 @@
},
"bugs": "https://github.com/substack/node-shell-quote/issues",
"devDependencies": {
"aud": "^2.0.1",
"tape": "^5.6.1"
},
"homepage": "https://github.com/substack/node-shell-quote",
Expand All @@ -26,6 +27,7 @@
},
"scripts": {
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "aud --production"
}
}

0 comments on commit dc1cc12

Please sign in to comment.