From 86d298b56db90f81617ee5d942476eda34afb374 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 26 Mar 2020 00:01:16 -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 86c6e59..f0e9a3a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "node test", - "posttest": "npx aud", + "posttest": "npx aud --production", "coverage": "covert test", "lint": "eslint .", "version": "auto-changelog && git add CHANGELOG.md",