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 6a01da3 commit 0f64b47
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 @@ -14,7 +14,7 @@
"scripts": {
"pretest": "npm run --silent lint && es-shim-api --bound --property",
"test": "npm run --silent tests-only",
"posttest": "npx aud",
"posttest": "npx aud --production",
"tests-only": "npm run --silent test:implementation && npm run --silent test:shim",
"test:native": "node test/native.js",
"test:shim": "node test/shimmed.js",
Expand Down

0 comments on commit 0f64b47

Please sign in to comment.