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",