690523:1623 ADR-028-228 #05
CI / CD Pipeline / build (push) Successful in 4m55s
CI / CD Pipeline / deploy (push) Successful in 5m49s

This commit is contained in:
2026-05-23 16:23:12 +07:00
parent c04c5d1902
commit ff5cadc9f2
5 changed files with 891 additions and 8 deletions
+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=4096 node_modules/eslint/bin/eslint.js \"{src,apps,libs,test}/**/*.ts\"",
"lint:ci": "node --max-old-space-size=8192 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",