diff --git a/features/analytics/backend-api/package.json b/features/analytics/backend-api/package.json index 4a611d35e..ecfc5834c 100644 --- a/features/analytics/backend-api/package.json +++ b/features/analytics/backend-api/package.json @@ -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",