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
+2 -1
View File
@@ -36,7 +36,8 @@ jobs:
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: 🧹 Lint - name: 🧹 Lint
run: pnpm lint run: pnpm --filter backend lint:ci
working-directory: .
- name: 🔍 Security & quality checks - name: 🔍 Security & quality checks
run: | run: |
+1
View File
@@ -19,6 +19,7 @@
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start:prod": "node dist/main", "start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "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": "jest --config jest.config.js --forceExit",
"test:debug-handles": "jest --config jest.config.js --detectOpenHandles", "test:debug-handles": "jest --config jest.config.js --detectOpenHandles",
"test:watch": "jest --config jest.config.js --watch", "test:watch": "jest --config jest.config.js --watch",