diff --git a/turbo.json b/turbo.json index 52c514aff..525c0af1e 100644 --- a/turbo.json +++ b/turbo.json @@ -15,7 +15,7 @@ "dependsOn": ["build", "build:cache"] }, "docs:build": { - "outputs": ["docs/.vitepress/dist/**"] + "outputs": [".vitepress/dist/**"] } } }