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",