You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Trigger a rebuild when the migration files change
This commit is contained in:
4
crates/core/build.rs
Normal file
4
crates/core/build.rs
Normal file
@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
// trigger recompilation when a new migration is added
|
||||
println!("cargo:rerun-if-changed=migrations");
|
||||
}
|
Reference in New Issue
Block a user