From 1a41848929e60207285b93d122728afac6749fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Sat, 2 Mar 2024 01:59:57 +0800 Subject: [PATCH] chore: update static file --- npm-publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-publish.js b/npm-publish.js index eb9d611..2e9477c 100644 --- a/npm-publish.js +++ b/npm-publish.js @@ -10,7 +10,7 @@ if(!version){ shell.exec ('npm install --registry https://registry.npmmirror.com'); shell.exec ('npm run build-client'); -shell.exec ('npm run changelog'); +// shell.exec ('npm run changelog'); shell.exec ('git add .'); shell.exec ('git commit -a -m "chore: update static file"');