File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./node_modules/turbo /schema.json" ,
2
+ "$schema" : " https://turborepo.com /schema.v2 .json" ,
3
3
"ui" : " tui" ,
4
4
"tasks" : {
5
5
"dev" : {
6
6
"persistent" : true ,
7
- "dependsOn" : [" ^build:deps" ],
8
- "outputs" : [" dist/**" ]
7
+ "cache" : false ,
8
+ "interruptible" : true ,
9
+ "dependsOn" : [" ^build:deps" ]
9
10
},
10
11
"build:internal" : {
11
12
"dependsOn" : [" ^build:internal" , " ^build:wasm" ],
12
13
"outputs" : [" dist/**" ]
13
14
},
14
15
"build:wasm" : {
15
- "dependsOn" : [" ^build:wasm" , " ^build:internal " ],
16
+ "dependsOn" : [" ^build:wasm" ],
16
17
"outputs" : [" dist/**" , " target/**" , " pkg/**" ],
17
18
"inputs" : [" dojo.c/**" , " crates/**" ]
18
19
},
43
44
},
44
45
"test" : {},
45
46
"test:watch" : {
46
- "persistent" : true
47
+ "persistent" : true ,
48
+ "cache" : false
47
49
}
48
50
}
49
51
}
You can’t perform that action at this time.
0 commit comments