Skip to content

Commit 3548d5c

Browse files
committed
fix: wire turbo task dependencies correctly
1 parent 57f54ac commit 3548d5c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

turbo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"cache": false,
1818
"persistent": true
1919
},
20-
"@formbricks/react-native:build": {
20+
"@formbricks/react-native#build": {
2121
"dependsOn": ["^build"],
2222
"outputs": ["packages/react-native/dist/**"],
2323
"cache": false
2424
},
25-
"playground:build": {
26-
"dependsOn": ["@formbricks/react-native:build"],
25+
"playground#build": {
26+
"dependsOn": ["@formbricks/react-native#build"],
2727
"outputs": ["apps/playground/dist/**"],
2828
"cache": false
2929
},
30-
"playground:check-types": {
31-
"dependsOn": ["@formbricks/react-native:build"]
30+
"playground#check-types": {
31+
"dependsOn": ["@formbricks/react-native#build"]
3232
},
3333
"test": {
3434
"outputs": []

0 commit comments

Comments
 (0)