5 lines
53 B
Makefile
5 lines
53 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
npm install && \
|
|
npm run build
|