Fixed build execution in Makefile

This commit is contained in:
Fabio Manganiello 2025-02-28 01:43:43 +01:00
parent 56f8557d15
commit bba4055774
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -1,6 +1,6 @@
all:
npm install
npm run build
cd frontend
npm install
npm run build
npm install && \
npm run build && \
cd frontend && \
npm install && \
npm run build