Selaa lähdekoodia

chore(cli): rerun build on template changes

Lucas Nogueira 2 vuotta sitten
vanhempi
sitoutus
ffe21e0225
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      tooling/cli/build.rs

+ 3 - 0
tooling/cli/build.rs

@@ -0,0 +1,3 @@
+fn main() {
+  println!("cargo:rerun-if-changed=templates/");
+}