diff --git a/package.json b/package.json index 94160b5dc..c4ed80771 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "attw:all": "lerna run attw --scope @voltagent/*", "biome": "biome", "bootstrap": "lerna bootstrap", - "build": "lerna run build --ignore @voltagent/vercel-ai-exporter", - "build:all": "lerna run build --scope @voltagent/* --ignore @voltagent/vercel-ai-exporter --scope create-voltagent-app --concurrency 1", + "build": "lerna run build", + "build:all": "lerna run build --scope @voltagent/* --scope create-voltagent-app --concurrency 1", "build:example": "lerna run build --scope voltagent-basic-example", "changeset": "changeset", "clean": "lerna run clean && lerna clean --yes && rimraf node_modules", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 16baabb6d..4b8b07903 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,5 @@ packages: - "!archive/**" - - "!packages/vercel-ai-exporter" - "packages/*" - "examples/*" - "examples/**/*"