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:
|
||||
npm install
|
||||
npm run build
|
||||
cd frontend
|
||||
npm install
|
||||
npm run build
|
||||
npm install && \
|
||||
npm run build && \
|
||||
cd frontend && \
|
||||
npm install && \
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue