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