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

View File

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