diff --git a/package.json b/package.json index 21e2bd5..b37232e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dist" ], "scripts": { - "lint": "eslint index.js cli.js test", + "lint": "eslint index.js cli.js tests", "pretest": "./cli.js && ./cli.js", "test": "bff" },