From 6fbc1625755c6d178d608d6f34e8adfc51865fb3 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 8 Jan 2020 17:20:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/publish/publish.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/publish/publish.js b/lib/publish/publish.js index 0820af665..7c128263a 100644 --- a/lib/publish/publish.js +++ b/lib/publish/publish.js @@ -13,7 +13,5 @@ packageJSON.version = `2.0.${new Date().getTime()}`; writeFileSync(resolve(__dirname, "../../package.json"), JSON.stringify(packageJSON, null, 2)); execSync([ - `npm-cli-login -u fui -p ${process.env.PASSWORD} -e teller@fanruan.com -r http://192.168.5.154:4873/`, - "npm whoami", "npm publish --registry http://192.168.5.154:4873/", ].join(" && "));