Skip to content

Commit cd73343

Browse files
authored
Merge pull request #241 from Web-Dev-Path/chore/update-husky
Update Husky script for the newer version
2 parents 089f94d + 3a30c86 commit cd73343

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
exec >/dev/tty 2>&1
52

63
npx lint-staged
7-

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
153153

154154
### Fixed
155155

156+
- Updated husky script to avoid warning
157+
156158
### Changed
157-
- Started migrating styles from Styled Components to CSS Modules (ContactUsCard)
159+
160+
- Started migrating styles from Styled Components to CSS Modules (ContactUsCard)
161+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "next start",
1212
"lint": "prettier --check .",
1313
"format": "prettier --write .",
14-
"prepare": "husky install"
14+
"prepare": "husky"
1515
},
1616
"lint-staged": {
1717
"**/*.{js,jsx,ts,tsx,scss}": [

0 commit comments

Comments
 (0)