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 .');