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: all:
npm install npm install && \
npm run build npm run build && \
cd frontend cd frontend && \
npm install npm install && \
npm run build npm run build