Skip to content

Commit 5759e01

Browse files
committed
fix: build
1 parent c21fc2d commit 5759e01

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

turbo.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212
"cache": true
1313
},
1414
"build:preview": {
15-
"outputs": ["dist/**", "build/**", ".next/**"],
15+
"outputs": ["public/**", "dist/**", "build/**", ".next/**"],
1616
"dependsOn": ["^build"],
1717
"cache": true
1818
},
19+
"app-explorer#build:preview": {
20+
"outputs": ["public/**", "dist/**", "build/**", ".next/**"],
21+
"dependsOn": ["^build", "app-portal#build:preview"],
22+
"cache": true
23+
},
1924
"build:storybook": {
2025
"outputs": ["storybook-static/**"],
2126
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)