Skip to content

Commit

Permalink
Add some additional lerna notes
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Sep 22, 2023
1 parent f589a67 commit 179dfb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ export default function Example({ background }) {

This project uses Lerna to release versions, using [the default versioning strategy](https://lerna.js.org/docs/features/version-and-publish#versioning-strategies).

- `yarn lerna run test` - Run all tests
- `yarn lerna version` - Tag a new version
- `yarn lerna publish from-package` - Publish versions to NPM
- `yarn lerna publish [major|minor|path]` - Tag and publish a version
- `yarn lerna publish from-package` - Publish the current version

0 comments on commit 179dfb2

Please sign in to comment.