Skip to content

Commit 3fa55d9

Browse files
committed
fix turbo build output for docs
1 parent 78aac43 commit 3fa55d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"tasks": {
55
"build": {
66
"dependsOn": ["^build", "check-types"],
7-
"outputs": ["dist/**"],
7+
"outputs": ["dist/**", "build/**"],
88
"cache": true
99
},
1010
"check-types": {

0 commit comments

Comments
 (0)