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 28, 2020
1 parent ffbdcab commit 357ca4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tests-only": "tape 'test/*.js'",
"tests-esm": "node test/index.mjs",
"test": "npm run tests-only && npm run tests-esm",
"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 Expand Up @@ -81,6 +81,7 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"aud": "^1.0.0",
"auto-changelog": "^1.16.3",
"eslint": "^6.8.0",
"evalmd": "^0.0.19",
Expand Down

0 comments on commit 357ca4d

Please sign in to comment.