Skip to content

Commit 6b5790f

Browse files
committed
fix(husky): missing husky config
1 parent 7fdd07a commit 6b5790f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn commitlint --edit $1

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn lint-staged

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)