File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ _
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ yarn lint-staged
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ All notable changes to this project will be documented in this file. See [standa
44
55## [ 1.18.0] ( https://github.com/boringcodes/create-service/compare/v1.17.0...v1.18.0 ) (2021-06-07)
66
7-
87### Features
98
10- * ** generators:** add Package manager to prompt questions, add commitlint to templates ([ 9a5fcc9] ( https://github.com/boringcodes/create-service/commit/9a5fcc9cbba0f6ef001af69180933e1016fa40d7 ) )
11- * ** generators/with-postgres-prisma/templates:** remove unused emitDecoratorMetadata & experimentalDecorators tsconfig ([ 9f92c02] ( https://github.com/boringcodes/create-service/commit/9f92c02f8461369b5c7634826afb3830c98496c6 ) )
9+ - ** generators:** add Package manager to prompt questions, add commitlint to templates ([ 9a5fcc9] ( https://github.com/boringcodes/create-service/commit/9a5fcc9cbba0f6ef001af69180933e1016fa40d7 ) )
10+ - ** generators/with-postgres-prisma/templates:** remove unused emitDecoratorMetadata & experimentalDecorators tsconfig ([ 9f92c02] ( https://github.com/boringcodes/create-service/commit/9f92c02f8461369b5c7634826afb3830c98496c6 ) )
1211
1312## [ 1.17.0] ( https://github.com/boringcodes/create-service/compare/v1.16.0...v1.17.0 ) (2021-02-15)
1413
You can’t perform that action at this time.
0 commit comments