|
6 | 6 | "private": true, |
7 | 7 | "license": "Apache-2.0", |
8 | 8 | "scripts": { |
9 | | - "build": "npm run db:generate && npm run build:graph-insertion-slots && nest build", |
10 | | - "build:prod": "NODE_ENV=production npm run db:generate && npm run build:graph-insertion-slots && nest build", |
| 9 | + "build": "npm run db:generate && nest build", |
| 10 | + "build:prod": "NODE_ENV=production npm run db:generate && nest build", |
11 | 11 | "build:logging": "cd ../../packages/logging && npm run build", |
12 | 12 | "format": "prettier --write \"src/**/*.ts\"", |
13 | 13 | "start": "nest start", |
14 | | - "start:dev": "npm run build:logging && npm run build:graph-insertion-slots && NODE_ENV=development CHOKIDAR_USEPOLLING=true CHOKIDAR_INTERVAL=1000 nest start --watch --preserveWatchOutput", |
| 14 | + "start:dev": "CHOKIDAR_USEPOLLING=true CHOKIDAR_INTERVAL=1000 nest start --watch --preserveWatchOutput", |
15 | 15 | "start:prod": "node dist/main", |
16 | 16 | "lint": "npx @biomejs/biome check", |
17 | 17 | "lint:fix": "npm run lint -- --write", |
|
28 | 28 | "db:status": "prisma migrate status", |
29 | 29 | "db:studio": "BROWSER=none prisma studio --port 5555", |
30 | 30 | "db:seed": "prisma db seed", |
| 31 | + "build:graph-workflow": "cd ../../packages/graph-workflow && npm run build", |
31 | 32 | "build:graph-insertion-slots": "cd ../../packages/graph-insertion-slots && npm run build" |
32 | 33 | }, |
33 | 34 | "dependencies": { |
34 | 35 | "@ai-di/blob-storage-paths": "file:../../packages/blob-storage-paths", |
35 | 36 | "@ai-di/graph-insertion-slots": "file:../../packages/graph-insertion-slots", |
| 37 | + "@ai-di/graph-workflow": "file:../../packages/graph-workflow", |
36 | 38 | "@ai-di/monitoring": "file:../../packages/monitoring", |
37 | 39 | "@ai-di/shared-logging": "file:../../packages/logging", |
38 | 40 | "@aws-sdk/client-s3": "3.990.0", |
|
0 commit comments