mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
Fix contract interface build cache
This commit is contained in:
parent
f1a1c39332
commit
3b3e986f38
@ -1,6 +1,6 @@
|
||||
fn main() {
|
||||
if cfg!(not(feature = "dev")) {
|
||||
println!("cargo:rerun-if-changed=../../0g-storage-contracts/artifacts/");
|
||||
println!("cargo:rerun-if-changed=../../storage-contracts-abis/");
|
||||
} else {
|
||||
println!("cargo:rerun-if-changed=../../0g-storage-contracts-dev/artifacts/");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user