690606:1441 ADR-035-135 #04.2
CI / CD Pipeline / build (push) Successful in 4m51s
CI / CD Pipeline / deploy (push) Successful in 7m18s

This commit is contained in:
2026-06-06 14:41:26 +07:00
parent 6bcd1a5c58
commit 33c3935164
+1 -1
View File
@@ -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",