Skip to content

Commit

Permalink
[Tests] only audit prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 26, 2020
1 parent 54e270f commit f2147dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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)\")\""
},
Expand Down

0 comments on commit f2147dc

Please sign in to comment.