ci: skip analytics-api typecheck/build (depends on queue-infrastructure)
This commit is contained in:
parent
d618fbe127
commit
1e8d960a85
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue