We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f54ac commit 3548d5cCopy full SHA for 3548d5c
1 file changed
turbo.json
@@ -17,18 +17,18 @@
17
"cache": false,
18
"persistent": true
19
},
20
- "@formbricks/react-native:build": {
+ "@formbricks/react-native#build": {
21
"dependsOn": ["^build"],
22
"outputs": ["packages/react-native/dist/**"],
23
"cache": false
24
25
- "playground:build": {
26
- "dependsOn": ["@formbricks/react-native:build"],
+ "playground#build": {
+ "dependsOn": ["@formbricks/react-native#build"],
27
"outputs": ["apps/playground/dist/**"],
28
29
30
- "playground:check-types": {
31
- "dependsOn": ["@formbricks/react-native:build"]
+ "playground#check-types": {
+ "dependsOn": ["@formbricks/react-native#build"]
32
33
"test": {
34
"outputs": []
0 commit comments