Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 156 Bytes

publishing.md

File metadata and controls

8 lines (7 loc) · 156 Bytes

How to publish to NPM

npm i # inside the root dir
npx lerna bootstrap
npx lerna version [major|minor|patch|...]
npx lerna publish from-package