File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,21 @@ We believe that everyone who's working with NestJs and building some RESTful ser
99
99
- :horse_racing : [ CRUD ORM Services] ( https://github.com/rewiko/crud/wiki/Services#description )
100
100
- :trumpet : [ Handling Requests] ( https://github.com/rewiko/crud/wiki/Requests#description )
101
101
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
+
102
117
## Support
103
118
104
119
Any support is welcome. At least you can give us a star :star :
You can’t perform that action at this time.
0 commit comments