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 d4681ac commit b108d28
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 @@ -17,9 +17,11 @@
},
"scripts": {
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "aud --production"
},
"devDependencies": {
"aud": "^2.0.1",
"tape": "^5.6.1"
},
"engines": {
Expand Down

0 comments on commit b108d28

Please sign in to comment.