Skip to content

Commit

Permalink
Add a couple of missing wireit dependency graph edges (#4253)
Browse files Browse the repository at this point in the history
Doesn't directly address
#4249, but should fix
the failure from
https://github.com/breadboard-ai/breadboard/actions/runs/13021227644/job/36322130934

```
src/example-board-server.ts:25:30 - error TS2307: Cannot find module '@breadboard-ai/example-boards/playground-boards.json' or its corresponding type declarations.

25 import playgroundBoards from "@breadboard-ai/example-boards/playground-boards.json" assert { type: "json" };
```

cc @timswanson-google
  • Loading branch information
aomarks authored Jan 28, 2025
1 parent a7d47fd commit 1c7186b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/example-boards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"FORCE_COLOR": "1"
},
"dependencies": [
"typescript-files-and-deps"
"typescript-files-and-deps",
"generate:graphs"
],
"files": [],
"output": [
Expand Down
1 change: 1 addition & 0 deletions packages/google-drive-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"../build:build:tsc",
"../core-kit:build:tsc",
"../template-kit:build:tsc",
"../connection-client:build:tsc",
"generate:js-components"
],
"files": [
Expand Down

0 comments on commit 1c7186b

Please sign in to comment.