Skip to content

Commit f5c5e44

Browse files
committed
fix: 버셀 빌드시 cache hit 걸리게끔
- 맨날 풀빌드 걸려서 웹 4개 빌드하고 있음
1 parent f59d603 commit f5c5e44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
".env.local",
2424
".env.production",
2525
".env"
26+
],
27+
"outputs": [
28+
"dist/**",
29+
".vitepress/dist/**"
2630
]
2731
},
2832
"lint": {

0 commit comments

Comments
 (0)