diff --git a/Makefile b/Makefile index e73f9b442f..c10305f493 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ new-version: yarn lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone,@babel/preset-env-standalone" publish-cerxes: prepublish - yarn lerna publish from-package --registry npm.cerxes.net --no-git-tag-version --no-push --no-git-reset --allow-branch initializer-fix --no-verify-access + yarn lerna publish from-package --registry https://npm.cerxes.net --no-git-tag-version --no-push --no-git-reset --allow-branch initializer-fix --no-verify-access # NOTE: Run make new-version first publish: prepublish diff --git a/lerna.json b/lerna.json index aaabc78780..f6e59479a5 100644 --- a/lerna.json +++ b/lerna.json @@ -33,5 +33,8 @@ "npmClient": "yarn", "npmClientArgs": [ "--no-lockfile" - ] + ], + "publishConfig": { + "registry": "https://npm.cerxes.net" + } }