Skip to content

Commit

Permalink
chore: Remove audit run with posttest script (twilio#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
onuzbee committed Dec 16, 2021
1 parent aa74e0e commit ea5c744
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 @@ -24,7 +24,7 @@
"lint": "eslint --ext js --ext jsx src/ test/",
"lint:fix": "npm run lint -- --fix",
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate"
"posttest": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"@actions/core": "^1.0.0",
Expand Down

0 comments on commit ea5c744

Please sign in to comment.