6 lines
74 B
Makefile
6 lines
74 B
Makefile
all:
|
|
npm install
|
|
npm run build
|
|
cd frontend
|
|
npm install
|
|
npm run build
|