From ea5c744b6dc00b9aeceb85b45ddee7856bd057fd Mon Sep 17 00:00:00 2001 From: Anuj Badhwar Date: Thu, 16 Dec 2021 10:56:52 +0530 Subject: [PATCH] chore: Remove audit run with posttest script (#186) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",