Skip to content

Commit

Permalink
[Tests] add missing posttest script
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 10, 2019
1 parent d3d67d0 commit 0690bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,8 @@
"lint": "eslint .",
"pretest": "npm run lint",
"tests-only": "node test",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "npx aud"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0690bd9

Please sign in to comment.