diff options
| -rw-r--r-- | turbo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json index f06ddb0e8..4d31bc472 100644 --- a/turbo.json +++ b/turbo.json @@ -5,7 +5,7 @@ "tasks": { "typecheck": {}, "build": { - "dependsOn": ["^build"], + "dependsOn": [], "outputs": ["dist/**"] }, "opencode#test": { |
