Skip to content

Commit 3d709d6

Browse files
committed
Add VitePress dist output to Turbo build configuration
- Include .vitepress/dist/** in build outputs for docs caching
1 parent 3026855 commit 3d709d6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": {
1313
"dependsOn": ["^build", "clean", "codegen"],
1414
"inputs": ["./src/**"],
15-
"outputs": ["./dist/**"]
15+
"outputs": ["./dist/**", "./.vitepress/dist/**"]
1616
},
1717
"attw": {
1818
"dependsOn": ["^attw", "build"],

0 commit comments

Comments
 (0)