Skip to content

Commit c660f55

Browse files
test already lints
1 parent c6cbe77 commit c660f55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

turbo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"publish":{
3131
},
3232
"notion-types#publish":{
33-
"dependsOn": ["build", "test", "lint"]
33+
"dependsOn": ["build", "test"]
3434
},
3535
"notion-utils#publish":{
36-
"dependsOn": ["build", "test", "lint"]
36+
"dependsOn": ["build", "test"]
3737
},
3838
"notion-compat#publish":{
39-
"dependsOn": ["build", "test", "lint"]
39+
"dependsOn": ["build", "test"]
4040
},
4141
"notion-client#publish":{
42-
"dependsOn": ["build", "test", "lint"]
42+
"dependsOn": ["build", "test"]
4343
},
4444
"react-notion-x#publish":{
45-
"dependsOn": ["build", "test", "lint"]
45+
"dependsOn": ["build", "test"]
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)