|
25 | 25 | "build:packages": "turbo build --filter './packages/**' build", |
26 | 26 | "build:cookbooks": "turbo build --filter './cookbooks/**' build", |
27 | 27 | "build:docs": "turbo build --filter '@equinor/fusion-framework-docs' build", |
28 | | - "build:affected": "turbo build --filter=...[origin/main] build", |
| 28 | + "build:affected": "turbo run build --affected", |
29 | 29 | "build:clean": "pnpm clean:build && pnpm build --force", |
30 | 30 | "eval:app": "pnpm exec ffc copilot app eval", |
31 | 31 | "eval:app:fast": "pnpm exec ffc copilot app eval --model claude-haiku-4.5", |
32 | 32 | "index:packages": "pnpm exec ffc ai index add packages", |
33 | 33 | "index:cookbooks": "pnpm exec ffc ai index add cookbooks", |
34 | 34 | "preindex:eds": "rm -rf eds/out && docker buildx build --target export --output type=local,dest=./eds/out eds", |
35 | 35 | "index:eds": "pnpm exec ffc ai index add --clean --config eds/fusion-ai.config.ts eds/out", |
| 36 | + "index:docs:create": "pnpm exec ffc ai index create --env \"$FUSION_ENV\" --config ./fusion-ai.config.ts", |
| 37 | + "index:docs:clean": "pnpm exec ffc ai index add --clean --env \"$FUSION_ENV\" --config ./fusion-ai.config.ts", |
| 38 | + "index:docs:full": "pnpm exec ffc ai index add --env \"$FUSION_ENV\" --config ./fusion-ai.config.ts", |
| 39 | + "index:docs:diff": "pnpm exec ffc ai index add --diff --base-ref \"$BASE_REF\" --env \"$FUSION_ENV\" --config ./fusion-ai.config.ts", |
36 | 40 | "check": "biome check", |
37 | 41 | "check:errors": "biome check --diagnostic-level=error", |
38 | 42 | "lint": "pnpm lint:biome && pnpm lint:fusion", |
|
0 commit comments