edit makefile

This commit is contained in:
hbrwang 2020-11-27 09:45:04 +08:00
parent 0270903d68
commit 14dda931e6

View File

@ -1,7 +1,10 @@
.PHONY: dist build .PHONY: dist build
build: build: install
@npm run build @npm run build
dev: install dev: install
@npm run serve @npm run serve
install:
@npm install