diff --git a/package.json b/package.json index 016bfc56..6a01c5d5 100644 --- a/package.json +++ b/package.json @@ -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",