4 lines
33 B
Makefile
4 lines
33 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
yarn build
|