Skip to content

Commit

Permalink
🐛 fix: Update output path for docs:build task (#1098)
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl authored Feb 5, 2024
1 parent 4294a2f commit d3734d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependsOn": ["build", "build:cache"]
},
"docs:build": {
"outputs": ["docs/.vitepress/dist/**"]
"outputs": [".vitepress/dist/**"]
}
}
}

0 comments on commit d3734d8

Please sign in to comment.