Skip to content

Commit e0865b8

Browse files
committed
[meta] only run aud on prod deps
1 parent fc91458 commit e0865b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
"eccheck": "eclint check *.js **/*.js > /dev/null",

0 commit comments

Comments
 (0)