Skip to content

Commit

Permalink
pull master
Browse files Browse the repository at this point in the history
  • Loading branch information
damian committed Sep 6, 2023
2 parents 83164e5 + 99de5f7 commit 2d406f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed lint staged command in order to check typescript errors on commits

## [1.0.3] - 2023-08-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -106,7 +106,7 @@
"npm run test:commit"
],
"*.{ts,tsx}": [
"tsc --noEmit"
"bash -c tsc --noEmit"
]
},
"dependencies": {
Expand Down

0 comments on commit 2d406f9

Please sign in to comment.