diff --git a/turbo.json b/turbo.json index 8b2c5955..5f5e52aa 100644 --- a/turbo.json +++ b/turbo.json @@ -18,7 +18,7 @@ "outputs": ["dist/**"] }, "serve-build": { - "dependsOn": ["^build"], + "dependsOn": ["build"], "cache": false, "persistent": true },