Files

10 lines
94 B
Makefile
Raw Permalink Normal View History

2019-06-27 22:42:06 +08:00
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build