From eec44eb9fdaf91550192354e08c7986847d297c7 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 12 Jan 2023 22:36:14 -0600 Subject: [PATCH] lint(build): always run bundle target --- gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/Makefile b/gui/Makefile index 2da85cb0..053c7534 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -1,4 +1,4 @@ -.PHONY: build ci clean docs docs-local lint package run test +.PHONY: build bundle ci clean docs docs-local lint package run test # JS targets node_modules: deps