Skip to content

Commit

Permalink
fix: Run npm audit for only production dependencies (twilio#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
onuzbee committed Jan 4, 2022
1 parent f7b7496 commit 92f41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepack": "oclif-dev manifest && oclif-dev readme && npm shrinkwrap && git checkout -- package-lock.json",
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
"posttest": "npm run lint && npm audit",
"posttest": "npm run lint && npm audit --production",
"version": "oclif-dev readme && git add README.md"
},
"dependencies": {
Expand Down

0 comments on commit 92f41a7

Please sign in to comment.