From 2789b92d71a51e003f4b41df5bd949b981fe361f Mon Sep 17 00:00:00 2001 From: "Matheus P. Silva" Date: Mon, 3 Feb 2025 14:54:46 -0300 Subject: [PATCH] chore: fix codesandbox ci --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 1743a7def4..af76e0b652 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { - "buildCommand": "turbo run build --filter=./packages/*", + "buildCommand": "build", "packages": [ "packages/api", "packages/cli",