From fefa0305ffd307e52d6ee6f81d922d7abd3c4da8 Mon Sep 17 00:00:00 2001 From: alex-135 Date: Mon, 12 Aug 2024 17:29:22 +0800 Subject: [PATCH] Update npm-publish.js npm registry https://registry.npmmirror.com --- npm-publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-publish.js b/npm-publish.js index ed8ff93fd..e2b543646 100644 --- a/npm-publish.js +++ b/npm-publish.js @@ -8,7 +8,7 @@ if(!version){ process.exit(1) } -shell.exec ('npm install --registry https://registry.npm.taobao.org'); +shell.exec ('npm install --registry https://registry.npmmirror.com'); shell.exec ('npm run build-client'); shell.exec ('npm run changelog'); shell.exec ('git add .');