Skip to content

Commit ca58fbe

Browse files
committed
chore: replace pipeline for tasks
1 parent 6834737 commit ca58fbe

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

turbo.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"globalDependencies": ["**/.env.*local"],
4-
"pipeline": {
4+
"tasks": {
55
"build": {
66
"dependsOn": ["^build"],
7-
"outputs": [".cache", ".next/**", "!.next/cache/**", "build/**", "public/build/**", "dist/**"]
7+
"outputs": [
8+
".cache",
9+
".next/**",
10+
"!.next/cache/**",
11+
"build/**",
12+
"public/build/**",
13+
"dist/**"
14+
]
815
},
916
"lint": {
1017
"dependsOn": ["^lint"]

0 commit comments

Comments
 (0)