From 119cf86f22802d67371065328edcbd45b5a737b1 Mon Sep 17 00:00:00 2001 From: Wuruipeng Date: Fri, 19 Apr 2024 16:44:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=85=A8=E9=83=A8=E8=BF=9B=E7=A8=8B=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c82ec47..e85a921 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build": "webpack --mode development", "serve:build": "serve build", "pack": "electron-builder", - "pack:all": "npm run serve:build && npm run pack && serve build", + "pack:all": "npm run build && npm run pack && serve build", "jest": "jest", "structure": "node config-structure.js", "test": "echo \"Error: no test specified\" && exit 1" -- Gitee