From 33c393516497886a2b36b710bab298d54d541592 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 6 Jun 2026 14:41:26 +0700 Subject: [PATCH] 690606:1441 ADR-035-135 #04.2 --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 1ba04ab9..e11a0e66 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=8192 node_modules/eslint/bin/eslint.js \"{src,apps,libs,test}/**/*.ts\" --cache", + "lint:ci": "node --max-old-space-size=4096 node_modules/eslint/bin/eslint.js \"{src,apps,libs,test}/**/*.ts\" --cache", "test": "jest --config jest.config.js --forceExit --testPathIgnorePatterns=tests/performance", "test:debug-handles": "jest --config jest.config.js --detectOpenHandles", "test:watch": "jest --config jest.config.js --watch",