https://github.com/marutypes/lerna-tests
https://github.com/marutypes/lerna-tests
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marutypes/lerna-tests
- Owner: marutypes
- License: mit
- Created: 2018-03-12T17:14:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T17:21:24.000Z (about 7 years ago)
- Last Synced: 2025-01-29T21:49:56.023Z (5 months ago)
- Language: TypeScript
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# lerna-tests
Testing mono repo things
## How to make a change
- make your changes to all the packages you need to to add your feature
- commit them like normal with nice commit names and all that jazz
- don't worry about updating any package.jsons## How to make a release
- run `yarn run release`