Run Publish or Publish pre-relase action in https://github.com/VKCOM/vk-bridge/actions page.
See .github/workflows/publish.yml and .github/workflows/publish_release.yml workflow files for details.
What's the g:npm:version
script in root package.json?
Since yarn >= 2
, the version
command has been limited. For workaround we use
npm version
.
We disable next flags for exclude NPM side effects:
About cd $INIT_CWD
see How to share scripts between workspaces?.
You should use Yarn Lifecycle Scripts.