Skip to content

Commit 4404f45

Browse files
committed
chore(turbo): track app build outputs
1 parent b42175f commit 4404f45

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

turbo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
],
1515
"outputs": [
1616
"dist/**",
17-
"bin/**"
17+
"bin/**",
18+
".next/**",
19+
"build/**",
20+
".output/**",
21+
".nuxt/**"
1822
]
1923
},
2024
"lint": {

0 commit comments

Comments
 (0)