add build:all
This commit is contained in:
parent
ad1b1ef223
commit
fc0c644a7b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user