diff --git a/cli/build.rs b/cli/build.rs index 206c80d1e8099d..679952726b687a 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -224,18 +224,6 @@ mod ts { path_dts.join(format!("lib.{name}.d.ts")).display() ); } - println!( - "cargo:rerun-if-changed={}", - cwd.join("tsc").join("00_typescript.js").display() - ); - println!( - "cargo:rerun-if-changed={}", - cwd.join("tsc").join("99_main_compiler.js").display() - ); - println!( - "cargo:rerun-if-changed={}", - cwd.join("js").join("40_testing.js").display() - ); // create a copy of the vector that includes any op crate libs to be passed // to the JavaScript compiler to build into the snapshot