diff --git a/package.json b/package.json index 185bb6b..df2dcd8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "start": "nodemon -r dotenv/config index.js", - "pretest": "eslint functions", + "pretest": "eslint index.js apollo.config.js", "test": "echo \"Error: no test specified\" && exit" }, "eslintConfig": {