Skip to content

Commit 61d3b59

Browse files
authored
Merge pull request #2 from rewiko/update-readme
feat(readme): update readme with release information
2 parents 1264a8e + 6200908 commit 61d3b59

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,21 @@ We believe that everyone who's working with NestJs and building some RESTful ser
9999
- :horse_racing: [CRUD ORM Services](https://github.com/rewiko/crud/wiki/Services#description)
100100
- :trumpet: [Handling Requests](https://github.com/rewiko/crud/wiki/Requests#description)
101101

102+
## Build library and run tests
103+
104+
```
105+
yarn bootstrap
106+
yarn build
107+
docker-compose up -d
108+
yarn test:coverage
109+
```
110+
111+
## Make a release
112+
113+
- Merge a PR on master.
114+
- Pull and checkout master
115+
- Run `yarn pub` - this will publish on the npm repo (need to be logged under rewiko `yarn login`)
116+
102117
## Support
103118

104119
Any support is welcome. At least you can give us a star :star:

0 commit comments

Comments
 (0)