diff --git a/package.json b/package.json index 7d9412641..90fdd3908 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "start:test": "dotenv -o -e test/config/.env -e test/config/.env.override -- npm run start", - "lint": "eslint \"src/**/*.ts\"", - "lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.js\" --fix", + "lint": "eslint \"src/**/*.ts\" \"test/**/*.js\"", + "lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.js\" --fix", "test": "jest", "test:watch": "jest --watch --maxWorkers=25%", "test:cov": "jest --coverage --maxWorkers=50%",