diff --git a/package.json b/package.json index 8668747c..7adc1d1a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "watch": "npx lerna run watch --parallel", "build": "npx lerna run build", "build:plugins": "npx lerna run build --scope=@ms/plugins", - "lp": "npx lerna publish --registry=https://repo.yumc.pw/repository/npm-hosted/" + "lp": "npx lerna publish" }, "workspaces": [ "packages/*" diff --git a/packages/api/package.json b/packages/api/package.json index 6cdf9bb4..b7eba032 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/bukkit/package.json b/packages/bukkit/package.json index 36e0c080..3b23558f 100644 --- a/packages/bukkit/package.json +++ b/packages/bukkit/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/common/package.json b/packages/common/package.json index 470f36a9..4e33e47c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/container/package.json b/packages/container/package.json index 397cc50a..7209d157 100644 --- a/packages/container/package.json +++ b/packages/container/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/core/package.json b/packages/core/package.json index cfbce888..a5d99d5d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/nashorn/package.json b/packages/nashorn/package.json index 1a79b2e3..a870813a 100644 --- a/packages/nashorn/package.json +++ b/packages/nashorn/package.json @@ -14,7 +14,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index bb6d5f5f..5d178df5 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist", diff --git a/packages/sponge/package.json b/packages/sponge/package.json index 29cfd4aa..525cde0f 100644 --- a/packages/sponge/package.json +++ b/packages/sponge/package.json @@ -13,7 +13,7 @@ "license": "ISC", "main": "dist/index.js", "publishConfig": { - "registry": "https://repo.yumc.pw/repository/npm/" + "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "scripts": { "clean": "rimraf dist",