Skip to content

Commit d07d2cb

Browse files
define specific build actions in turbo
1 parent fd5c4ab commit d07d2cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

turbo.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@
2929
"cache": false
3030
},
3131
"publish-package":{
32+
},
33+
"notion-types#publish-package":{
34+
"dependsOn": ["build", "test", "lint"]
35+
},
36+
"notion-utils#publish-package":{
37+
"dependsOn": ["build", "test", "lint"]
38+
},
39+
"notion-compat#publish-package":{
40+
"dependsOn": ["build", "test", "lint"]
41+
},
42+
"notion-client#publish-package":{
43+
"dependsOn": ["build", "test", "lint"]
44+
},
45+
"react-notion-x#publish-package":{
3246
"dependsOn": ["build", "test", "lint"]
3347
}
3448
}

0 commit comments

Comments
 (0)