edit makefile
This commit is contained in:
parent
0270903d68
commit
14dda931e6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user