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 ac57011 commit a0cf2fb
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 @@ -8,11 +8,13 @@
"test": "test"
},
"devDependencies": {
"aud": "^2.0.1",
"tape": "^5.6.1"
},
"scripts": {
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "aud --production"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit a0cf2fb

Please sign in to comment.