Skip to content

Commit 7f6f3a5

Browse files
committed
chore(turbo): blog posts 디렉토리 인식 추가
- **입력 경로 확장**: `build` task에 `../../apps/blog/posts/**` 경로 추가. - **캐싱 반영**: 블로그 게시글 디렉토리 변경 시에도 빌드 작업이 트리거되도록 설정. **결과**: 블로그 게시글 변경 사항에 대한 빌드 반영성 향상.
1 parent ff49b30 commit 7f6f3a5

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"],
7-
"inputs": ["$TURBO_DEFAULT$", ".env*"],
7+
"inputs": ["$TURBO_DEFAULT$", ".env*", "../../apps/blog/posts/**"],
88
"outputs": [".next/**", "!.next/cache/**", "out/**"]
99
},
1010
"lint": {

0 commit comments

Comments
 (0)