File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 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/**" ,
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" : {
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" ,
124112 ]
125113 }
126114 }
127- }
115+ }
You can’t perform that action at this time.
0 commit comments