From 928804fce1a2469fbad5ead0d6b0995f308c54fc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 31 Mar 2025 12:37:15 +0200 Subject: [PATCH] build(frontend): fix Makefile --- frontend/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/Makefile b/frontend/Makefile index d7677eeeb..c5d26f953 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -9,9 +9,10 @@ node_modules: package.json package-lock.json npm install --cache .npm --prefer-offline package-lock.json: package.json npm install --cache .npm --prefer-offline +.PHONY: static static: node_modules assets esbuild.config.mjs jsconfig.json postcss.config.js - echo "$${PROJECT_DIR}" npm run build +.PHONY: well-known well-known: static ; assets: assets/favicons assets/icons;