From fc0c644a7baf093611d5bbece41bb69811ae337b Mon Sep 17 00:00:00 2001 From: hal-wang Date: Mon, 25 Jan 2021 20:41:51 +0800 Subject: [PATCH] add build:all --- web/Makefile | 3 +-- web/README.md | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/Makefile b/web/Makefile index 0bece571..7373add8 100644 --- a/web/Makefile +++ b/web/Makefile @@ -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 diff --git a/web/README.md b/web/README.md index f39bba4e..d38ba5d9 100644 --- a/web/README.md +++ b/web/README.md @@ -24,6 +24,9 @@ npm run build:s # frpc npm run build:c + +# all +npm run build:all ``` ### Lints and fixes files