diff --git a/backend/package.json b/backend/package.json index 4dc9eb19..affc85b7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -19,7 +19,7 @@ "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", - "lint:ci": "node --max-old-space-size=4096 node_modules/.bin/eslint \"{src,apps,libs,test}/**/*.ts\"", + "lint:ci": "node --max-old-space-size=4096 node_modules/eslint/bin/eslint.js \"{src,apps,libs,test}/**/*.ts\"", "test": "jest --config jest.config.js --forceExit", "test:debug-handles": "jest --config jest.config.js --detectOpenHandles", "test:watch": "jest --config jest.config.js --watch",