diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceff45ec..3d3df56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,9 @@ jobs: uses: ./.github/actions/setup - name: Build + run: pnpm run build --filter carbon + + - name: Typecheck run: pnpm run typecheck biome: diff --git a/package.json b/package.json index 4aeb7f00..0518a222 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@buape/carbon", "description": "Carbon monorepo", "scripts": { - "build": "turbo run build --filter carbon && turbo run build", + "build": "turbo run build", "dev": "dotenv -- turbo run dev", "lint": "biome check . --apply", "preinstall": "npx only-allow pnpm",