From f2147dc54e72594985e8f6db3932a4f0819dc4db Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 26 Mar 2020 00:12:18 -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 5826661..8aa7f36 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "pretest": "npm run lint", "tests-only": "node test", "test": "npm run tests-only", - "posttest": "npx aud", + "posttest": "npx aud --production", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" },