Skip to content

Commit 1911f4b

Browse files
committed
chore: lint
1 parent 327db65 commit 1911f4b

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

turbo.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"$schema": "https://turbo.build/schema.json",
33
"pipeline": {
44
"build": {
5-
"dependsOn": [
6-
"^build"
7-
],
5+
"dependsOn": ["^build"],
86
"outputs": [
97
".next",
108
"dist/**",
@@ -27,13 +25,8 @@
2725
"cache": false
2826
},
2927
"test": {
30-
"outputs": [
31-
"coverage/**"
32-
],
33-
"inputs": [
34-
"src/**/",
35-
"test/**/"
36-
],
28+
"outputs": ["coverage/**"],
29+
"inputs": ["src/**/", "test/**/"],
3730
"outputMode": "new-only"
3831
},
3932
"test:e2e": {
@@ -45,15 +38,10 @@
4538
]
4639
},
4740
"@auth/xata-adapter#test": {
48-
"env": [
49-
"XATA_API_KEY",
50-
"XATA_DATABASE_URL"
51-
]
41+
"env": ["XATA_API_KEY", "XATA_DATABASE_URL"]
5242
},
5343
"@auth/hasura-adapter#build": {
54-
"dependsOn": [
55-
"@auth/core#build"
56-
],
44+
"dependsOn": ["@auth/core#build"],
5745
"outputs": [
5846
"lib/**",
5947
"*.js",
@@ -124,4 +112,4 @@
124112
]
125113
}
126114
}
127-
}
115+
}

0 commit comments

Comments
 (0)