Skip to content

Commit

Permalink
Removes audit from test script (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Oct 21, 2019
1 parent 33edc3a commit fb01783
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 @@ -16,7 +16,7 @@
"node": ">=10.16.3"
},
"scripts": {
"test": "standard && npm audit && tap --reporter=spec test/**/*.js",
"test": "standard && tap --reporter=spec test/**/*.js",
"test-offline": "standard && tap --reporter=spec test/**/*.js",
"coverage": "tap test/**/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/**/*.js && cat coverage/lcov.info | coveralls",
Expand Down

0 comments on commit fb01783

Please sign in to comment.