Skip to content

Commit ea5c744

Browse files
authored
chore: Remove audit run with posttest script (twilio#186)
1 parent aa74e0e commit ea5c744

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
@@ -24,7 +24,7 @@
2424
"lint": "eslint --ext js --ext jsx src/ test/",
2525
"lint:fix": "npm run lint -- --fix",
2626
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
27-
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate"
27+
"posttest": "eslint --ignore-path .gitignore ."
2828
},
2929
"dependencies": {
3030
"@actions/core": "^1.0.0",

0 commit comments

Comments
 (0)