Commit cc03c20 1 parent 4370322 commit cc03c20 Copy full SHA for cc03c20
File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
" RUNNER_OS"
11
11
],
12
12
"inputs" : [
13
- " .. /version.txt" ,
14
- " .. /crates/**/*.rs" ,
13
+ " $TURBO_ROOT$ /version.txt" ,
14
+ " $TURBO_ROOT$ /crates/**/*.rs" ,
15
15
// Rust crates
16
- " .. /crates/*/Cargo.toml" ,
17
- " .. /Cargo.toml" ,
18
- " .. /Cargo.lock" ,
19
- " !.. /crates/**/target"
16
+ " $TURBO_ROOT$ /crates/*/Cargo.toml" ,
17
+ " $TURBO_ROOT$ /Cargo.toml" ,
18
+ " $TURBO_ROOT$ /Cargo.lock" ,
19
+ " !$TURBO_ROOT$ /crates/**/target"
20
20
]
21
21
},
22
22
"build" : {
23
23
"outputs" : [
24
- " .. /target/debug/turbo" ,
25
- " .. /target/debug/turbo.exe" ,
26
- " .. /target/release/turbo" ,
27
- " .. /target/release/turbo.exe"
24
+ " $TURBO_ROOT$ /target/debug/turbo" ,
25
+ " $TURBO_ROOT$ /target/debug/turbo.exe" ,
26
+ " $TURBO_ROOT$ /target/release/turbo" ,
27
+ " $TURBO_ROOT$ /target/release/turbo.exe"
28
28
],
29
29
"dependsOn" : [
30
30
" rust-src"
Original file line number Diff line number Diff line change 10
10
},
11
11
"copy-schema" : {
12
12
"dependsOn" : [" build" ],
13
- "outputs" : [" .. /turbo/schema.json" ]
13
+ "outputs" : [" $TURBO_ROOT$/packages /turbo/schema.json" ]
14
14
}
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments