690519:2142 224 to 226 AI #04
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user