diff --git a/package.json b/package.json index 0518a222..4aeb7f00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@buape/carbon", "description": "Carbon monorepo", "scripts": { - "build": "turbo run build", + "build": "turbo run build --filter carbon && turbo run build", "dev": "dotenv -- turbo run dev", "lint": "biome check . --apply", "preinstall": "npx only-allow pnpm",