Skip to content

Commit

Permalink
[meta] only run aud on prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 12, 2020
1 parent f30dde0 commit 13c35c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"posttest": "npx aud",
"posttest": "npx aud --production",
"tests-only": "es-shim-api && npm run --silent test:shimmed && npm run --silent test:module",
"test:shimmed": "node test/shimmed",
"test:module": "node test/index",
Expand Down

0 comments on commit 13c35c9

Please sign in to comment.