Fixed build execution in Makefile
This commit is contained in:
parent
56f8557d15
commit
bba4055774
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue