-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathturbo.json
More file actions
53 lines (53 loc) · 1.54 KB
/
turbo.json
File metadata and controls
53 lines (53 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"integraflow-js#build": {
"dependsOn": ["@integraflow/client#build:client"],
"cache": false
},
"integraflow-js#build:internal": {
"dependsOn": ["@integraflow/client#build:client"],
"cache": false
},
"@integraflow/client#build:client": {
"cache": false
},
"@integraflow/client#generate:doc": {
"cache": false
},
"@integraflow/client#generate:schema": {
"cache": false
},
"@integraflow/client#generate:sdk": {
"cache": false
},
"@integraflow/client#generate:test": {
"cache": false
},
"@integraflow/codegen-doc#build:codegen-doc": {
"cache": false
},
"@integraflow/codegen-sdk#build:codegen-sdk": {
"cache": false
},
"@integraflow/codegen-test#build:codegen-test": {},
"@integraflow/dashboard#build:dashboard": {
"dependsOn": ["integraflow-js#build"],
"cache": false
},
"@integraflow/survey#build:survey": {
"dependsOn": ["integraflow-js#build:internal"],
"cache": false
},
"@integraflow/survey#start:survey": {
"cache": false
},
"@integraflow/dashboard#test": {
"cache": false
},
"@integraflow/dashboard#test:ui": {
"cache": false
},
"lint": {}
}
}