Files

10 lines
94 B
Makefile
Raw Permalink Normal View History

2019-07-04 21:52:39 +08:00
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build