mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
feat: cache-bust when make run is called
This commit is contained in:
parent
c5dc72a83c
commit
b12c30e956
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue