From 00edaa2f306d59245a5a88c43bd91ae5feedfdb4 Mon Sep 17 00:00:00 2001 From: qinjian Date: Mon, 29 Sep 2025 08:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=88=B0=20package.json=20=E7=9A=84=20script?= =?UTF-8?q?s=20=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b750a49..d778449 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "peace-rc start", - "build": "peace-rc build" + "build": "peace-rc build", + "pack": "rm -rf build && rm -f *.tar.gz && bash script/package-app.sh" }, "author": "附离", "license": "ISC",