Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.13 KB

PUBLISHING.md

File metadata and controls

26 lines (16 loc) · 1.13 KB

Publishing

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.

F.A.Q.

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?.

Which lifecycle scripts I can use for a package?

You should use Yarn Lifecycle Scripts.