From 58efaaeecd35df9903df3649e4235f2514a31cd3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 25 Mar 2020 23:22:51 -0700 Subject: [PATCH] [Tests] only audit prod deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 236fb19..8877a86 100644 --- a/package.json +++ b/package.json @@ -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",