Skip to content

Commit 7172c87

Browse files
authored
fix(sb_fs): update build.rs (#459)
1 parent 4cbeee8 commit 7172c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sb_fs/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::path::Path;
22

33
fn main() {
4-
dbg!(Path::new("./tests/.env").exists());
4+
println!("cargo::rerun-if-changed=tests/.env");
55
if Path::new("./tests/.env").exists() {
66
println!("cargo:rustc-cfg=dotenv")
77
}

0 commit comments

Comments
 (0)