feat: cache-bust when make run is called

This commit is contained in:
realaravinth 2022-07-23 00:48:05 +05:30
parent c5dc72a83c
commit b12c30e956
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -92,6 +92,7 @@ release: frontend ## Build app with release optimizations
cargo build --release
run: frontend ## Run app in debug mode
$(call cache_bust)
cargo run