Skip to content

Commit

Permalink
fix: pre commit hook fix (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiteshy authored Nov 26, 2024
1 parent b469d42 commit 924a675
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
yarn lint:all && yarn prettier:check
npx lint-staged
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ All notable changes to this project will be documented in this file. See [standa

### [1.1.1](https://github.com/jiteshy/backstage-plugin-synergy/compare/v1.1.0...v1.1.1) (2024-11-25)


### Bug Fixes

* added missing tsc script in plugins ([97ba25a](https://github.com/jiteshy/backstage-plugin-synergy/commit/97ba25a5c31701a7d0af8bebb35e55210c54683e))
* pre-commit hook fix ([#2](https://github.com/jiteshy/backstage-plugin-synergy/issues/2)) ([30e6ad7](https://github.com/jiteshy/backstage-plugin-synergy/commit/30e6ad75d3bb70a13679c86bd336a595dd5e6469))
- added missing tsc script in plugins ([97ba25a](https://github.com/jiteshy/backstage-plugin-synergy/commit/97ba25a5c31701a7d0af8bebb35e55210c54683e))
- pre-commit hook fix ([#2](https://github.com/jiteshy/backstage-plugin-synergy/issues/2)) ([30e6ad7](https://github.com/jiteshy/backstage-plugin-synergy/commit/30e6ad75d3bb70a13679c86bd336a595dd5e6469))

## 1.1.0 (2024-11-25)

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@
"eslint --fix",
"prettier --write"
],
"*.{json,md,css}": [
"*.{json,css}": [
"prettier --write"
],
"*.md": [
"prettier --write ."
]
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 924a675

Please sign in to comment.