5 lines
34 B
Makefile
5 lines
34 B
Makefile
|
|
.PHONY: build
|
||
|
|
|
||
|
|
build:
|
||
|
|
pnpm build
|