add build:all

This commit is contained in:
hal-wang 2021-01-25 20:41:51 +08:00
parent ad1b1ef223
commit fc0c644a7b
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,7 @@
.PHONY: dist build .PHONY: dist build
build: install build: install
@npm run build:s @npm run build:all
@npm run build:c
dev: install dev: install
@npm run serve:s @npm run serve:s

View File

@ -24,6 +24,9 @@ npm run build:s
# frpc # frpc
npm run build:c npm run build:c
# all
npm run build:all
``` ```
### Lints and fixes files ### Lints and fixes files