From 6cd3cb88af9fb1390526e150b13e67bf36a47c7c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 7 Nov 2024 16:47:12 +0100 Subject: [PATCH] build(Makefile): add start-frontend target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4e4f0361b..36c7c78b4 100644 --- a/Makefile +++ b/Makefile @@ -254,6 +254,7 @@ endif # HELP(compile-frontend): compile frontend assets --compile-frontend: node_modules assets esbuild.config.mjs npm run build +--start-frontend: --compile-frontend; --dependencies-frontend: node_modules assets static well-known; node_modules: package.json package-lock.json npm ci --cache .npm --prefer-offline