diff --git a/packages/astro/turbo.json b/packages/astro/turbo.json new file mode 100644 index 0000000000..8fc08521e9 --- /dev/null +++ b/packages/astro/turbo.json @@ -0,0 +1,10 @@ +{ + "extends": ["//"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputLogs": "new-only", + "outputs": ["components/**", "dist/**"] + } + } +}