Skip to content

Commit 09925f5

Browse files
committed
fix: tasks meta on turbo
1 parent 56660a6 commit 09925f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://turbo.build/schema.json",
33
"globalEnv": ["FARMUI_SYS"],
44
"globalDependencies": ["**/.env"],
5-
"pipeline": {
5+
"tasks": {
66
"build": {
77
"dependsOn": ["^build"],
88
"outputs": [".next/**", "!.next/cache/**"],
@@ -19,5 +19,5 @@
1919
}
2020
}
2121

22-
22+
2323
}

0 commit comments

Comments
 (0)