diff --git a/package.json b/package.json index c21fbe9..35eb5a3 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "food-journal", "version": "1.0.0", "scripts": { - "test": "mocha --recursive **/*.test.js", - "lint": "eslint **/*.js", + "test": "mocha --recursive './{,!(node_modules)/**}/*.test.js'", + "lint": "eslint '**/*.js'", "fix-style": "eslint --fix **/*.js" }, "devDependencies": {