From 6768bf5af86fc6781cbbf985840450ab5c66d408 Mon Sep 17 00:00:00 2001 From: Piradeep Kandasamy <44981951+pkandasamy91@users.noreply.github.com> Date: Tue, 29 Sep 2020 11:46:28 -0400 Subject: [PATCH] chore: update package.json test to use linter (#132) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 650c429..c8d682b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "lint": "eslint **.js", "package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup", - "test": "eslint **.js && jest --coverage --verbose" + "test": "npm run lint && jest --coverage --verbose" }, "repository": { "type": "git",