-
Notifications
You must be signed in to change notification settings - Fork 3
Publishing
Kevin Schuchard edited this page Dec 14, 2019
·
1 revision
ng-tools is a monorepo made up of /packages/*
that are independently managed with lerna. Meaning that packages will be published
- only if they have changed since the last release
- with different versions based on their respective changes.
Publishing is handled by lerna publish
npm run publish
- build all packages
- determine which packages have changed
- select the version for each changed package and publish to npm