Skip to content

Commit ec4ce1d

Browse files
committed
Fix dependsOn
1 parent 698da69 commit ec4ce1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/next-swc/turbo.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"../../.github/workflows/build_and_deploy.yml",
1111
"../../rust-toolchain"
1212
],
13-
"dependsOn": ["build-native"],
1413
"outputs": ["native/*.node"]
1514
},
1615
"build-native-release": {
@@ -22,7 +21,6 @@
2221
"../../.github/workflows/build_and_deploy.yml",
2322
"../../rust-toolchain"
2423
],
25-
"dependsOn": ["build-native-release"],
2624
"outputs": ["native/*.node"]
2725
},
2826
"build-native-no-plugin": {
@@ -34,7 +32,6 @@
3432
"../../.github/workflows/build_and_deploy.yml",
3533
"../../rust-toolchain"
3634
],
37-
"dependsOn": ["build-native-no-plugin"],
3835
"outputs": ["native/*.node"]
3936
},
4037
"build-native-no-plugin-woa": {
@@ -46,7 +43,6 @@
4643
"../../.github/workflows/build_and_deploy.yml",
4744
"../../rust-toolchain"
4845
],
49-
"dependsOn": ["build-native-no-plugin-woa"],
5046
"outputs": ["native/*.node"]
5147
},
5248
"build-native-no-plugin-woa-release": {
@@ -58,7 +54,6 @@
5854
"../../.github/workflows/build_and_deploy.yml",
5955
"../../rust-toolchain"
6056
],
61-
"dependsOn": ["build-native-no-plugin-woa-release"],
6257
"outputs": ["native/*.node"]
6358
},
6459
"build-wasm": {
@@ -70,7 +65,6 @@
7065
"../../.github/workflows/build_and_deploy.yml",
7166
"../../rust-toolchain"
7267
],
73-
"dependsOn": ["build-wasm"],
7468
"outputs": ["crates/wasm/pkg/*"]
7569
},
7670
"build-native-wasi": {
@@ -82,7 +76,6 @@
8276
"../../.github/workflows/build_and_deploy.yml",
8377
"../../rust-toolchain"
8478
],
85-
"dependsOn": ["^build-native-wasi"],
8679
"outputs": ["native/*"]
8780
},
8881
"cache-build-native": {
@@ -94,7 +87,6 @@
9487
"../../.github/workflows/build_and_deploy.yml",
9588
"../../rust-toolchain"
9689
],
97-
"dependsOn": ["cache-build-native"],
9890
"outputs": ["native/*.node"]
9991
},
10092
"rust-check": {

0 commit comments

Comments
 (0)