Skip to content

Commit b179a5c

Browse files
authored
Change build command to use turbo in @inkeep/agents-manage-api (#1365)
* Change build command to use turbo * Update build command for agents-manage-api Change build command to use turbo in `@inkeep/agents-manage-api`
1 parent 9b35a11 commit b179a5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/gorgeous-llamas-pump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@inkeep/agents-manage-api": patch
3+
---
4+
5+
Change build command to use turbo in `@inkeep/agents-manage-api`

agents-manage-api/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"framework": "hono",
4-
"buildCommand": "pnpm --dir ../packages/agents-core build && pnpm --dir ../packages/agents-manage-mcp build && pnpm build",
4+
"buildCommand": "turbo build --filter=@inkeep/agents-manage-api",
55
"outputDirectory": "dist",
66
"installCommand": "pnpm install",
77
"functions": {

0 commit comments

Comments
 (0)