diff --git a/Makefile b/Makefile index 1c342fa..7de8b8d 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ lint: ## Lint codebase cargo clippy --workspace --tests --all-features migrate: ## run migrations + $(call cache_bust) unset DATABASE_URL && cargo build cargo run -- migrate