7 lines
65 B
Makefile
7 lines
65 B
Makefile
.PHONY: dist build
|
|
build:
|
|
@npm run build
|
|
|
|
dev:
|
|
@npm run serve
|