chore(cli): rerun build on template changes

This commit is contained in:
Lucas Nogueira
2022-12-07 16:30:28 -03:00
parent 4f087cfd92
commit ffe21e0225

3
tooling/cli/build.rs Normal file
View File

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