add build:all
This commit is contained in:
parent
ad1b1ef223
commit
fc0c644a7b
@ -1,8 +1,7 @@
|
||||
.PHONY: dist build
|
||||
|
||||
build: install
|
||||
@npm run build:s
|
||||
@npm run build:c
|
||||
@npm run build:all
|
||||
|
||||
dev: install
|
||||
@npm run serve:s
|
||||
|
@ -24,6 +24,9 @@ npm run build:s
|
||||
|
||||
# frpc
|
||||
npm run build:c
|
||||
|
||||
# all
|
||||
npm run build:all
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
|
Loading…
Reference in New Issue
Block a user