Skip to content

Commit dd4a47f

Browse files
committed
[Tests] only audit prod deps
1 parent 93188f5 commit dd4a47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pretest": "npm run lint",
1414
"test": "npm run tests-only",
1515
"tests-only": "node --harmony --es-staging test",
16-
"posttest": "npx aud",
16+
"posttest": "npx aud --production",
1717
"coverage": "covert test/index.js",
1818
"lint": "eslint .",
1919
"version": "auto-changelog && git add CHANGELOG.md",

0 commit comments

Comments
 (0)