mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 18:06:47 +00:00
chore(cli): rerun build on template changes
This commit is contained in:
parent
4f087cfd92
commit
ffe21e0225
3
tooling/cli/build.rs
Normal file
3
tooling/cli/build.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=templates/");
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user