build(Makefile): add start-frontend target

This commit is contained in:
Sarah Vaupel 2024-11-07 16:47:12 +01:00
parent 88e984d4e5
commit 6cd3cb88af

View File

@ -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