diff --git a/turbo.json b/turbo.json index e1a0cbb..bec9000 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,7 @@ "typecheck": {}, "build": { "dependsOn": ["^build"], - "outputs": ["dist/**"] + "outputs": ["../../dist/**"] }, "test": { "dependsOn": ["^build"],