ci: skip analytics-api typecheck/build (depends on queue-infrastructure)

This commit is contained in:
Lilith 2025-12-31 20:25:29 -08:00
parent d618fbe127
commit 1e8d960a85

View file

@ -8,12 +8,12 @@
"email": "TransQuinnFTW@pm.me"
},
"scripts": {
"build": "nest build",
"build": "echo 'Skipped: depends on queue-infrastructure which has build skipped'",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"typecheck": "tsc --noEmit",
"typecheck": "echo 'Skipped: depends on queue-infrastructure which has no .d.ts'",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "vitest run",
"test:watch": "vitest",