690519:2142 224 to 226 AI #04
CI / CD Pipeline / build (push) Failing after 3m34s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-19 21:42:33 +07:00
parent a0b9b55130
commit 4a2ff8aa22
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -19,6 +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\"",
"test": "jest --config jest.config.js --forceExit",
"test:debug-handles": "jest --config jest.config.js --detectOpenHandles",
"test:watch": "jest --config jest.config.js --watch",