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 25, 2022
1 parent c162117 commit 245c9bf
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,14 +8,16 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"eslint": "=8.8.0",
"tape": "^5.6.1"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"pretest": "npm run lint",
"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 245c9bf

Please sign in to comment.