From ae2ea626babf408685f4a110b0bf420e695307bf Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Tue, 25 Aug 2026 10:21:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 552e07d..ba9d387 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ npm run pack ### 离线版本说明 离线部署包构建指令 ```shell -npm run build:offline +npm run pack:offline ``` 该指令执行后会连接到某个远程的linux环境,进行部署包的构建:详情请查看 `script/package-app-offline.sh` 文件