From c08adab41cafcf46fdc130955a3aada3ab37dc09 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 4 Jan 2025 22:21:52 -0500 Subject: [PATCH] Add npm update to justfile's update command --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 7096e25..6965192 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,8 @@ default: # Update development environment update: - devenv update + devenv update && \ + npm update # Run development server dev: