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",