diff --git a/package.json b/package.json index 898a369..7f679a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "start": "docker-compose up", "build": "NODE_ENV=production webpack -p --json > stats.json", - "lint": "eslint client && eslint server", + "lint": "eslint modules", "test": "jest" }, "dependencies": {