From 4e87270c00ba4514ee3cb441bd1a41581b7c3fb4 Mon Sep 17 00:00:00 2001 From: Shadow Date: Fri, 19 Apr 2024 14:34:07 -0500 Subject: [PATCH] stupid hacky fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",