From b12c30e9566e01486f98c3ac937456f6cf721007 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 23 Jul 2022 00:48:05 +0530 Subject: [PATCH] feat: cache-bust when make run is called --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5aeaebc8..844f6f46 100644 --- a/Makefile +++ b/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