6 lines
98 B
Makefile
6 lines
98 B
Makefile
all:
|
|
npm install && \
|
|
npm run build && \
|
|
cd frontend && \
|
|
npm install && \
|
|
npm run build
|