Updated the makefile to match the lerna command currently used to publish packages
This commit is contained in:
parent
e488c32244
commit
a5c141ea85
2
Makefile
2
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"
|
yarn lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone,@babel/preset-env-standalone"
|
||||||
|
|
||||||
publish-cerxes: prepublish
|
publish-cerxes: prepublish
|
||||||
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
|
yarn lerna publish --registry="https://npm.cerxes.net" --force-publish --allow-branch initializers-fix --canary --preid csx --dist-tag csx
|
||||||
|
|
||||||
# NOTE: Run make new-version first
|
# NOTE: Run make new-version first
|
||||||
publish: prepublish
|
publish: prepublish
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user