Skip to content

Commit

Permalink
[Tests] only audit prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 26, 2020
1 parent 0f0dde7 commit 58efaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"pretest": "npm run lint",
"tests-only": "node test",
"test": "npm run tests-only && npm run coverage -- --quiet",
"posttest": "npx aud",
"posttest": "npx aud --production",
"coverage": "covert test/index.js",
"lint": "eslint .",
"version": "auto-changelog && git add CHANGELOG.md",
Expand Down

0 comments on commit 58efaae

Please sign in to comment.