Skip to content

Commit 292a6a8

Browse files
committed
♻️ turborepo 설정명 변경
기존의 pipeline키의 이름이 tasks로 수정됨에 따라 키 이름 변경완료
1 parent bf701ba commit 292a6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"outputs": [".next/**", "!.next/cache/**"]
66
},

0 commit comments

Comments
 (0)