edit makefile
This commit is contained in:
parent
0270903d68
commit
14dda931e6
@ -1,7 +1,10 @@
|
||||
.PHONY: dist build
|
||||
|
||||
build:
|
||||
build: install
|
||||
@npm run build
|
||||
|
||||
dev: install
|
||||
@npm run serve
|
||||
|
||||
install:
|
||||
@npm install
|
||||
|
Loading…
Reference in New Issue
Block a user