Adding the prepublish step to the custom publish-cerxes makefile-target

This commit is contained in:
Miel Truyen 2019-11-11 11:37:07 +01:00
parent c8c6ff7c4c
commit b248b3f4e9

View File

@ -191,7 +191,7 @@ new-version:
git pull --rebase
yarn lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone,@babel/preset-env-standalone"
publish-cerxes:
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
# NOTE: Run make new-version first