Skip to content

Commit

Permalink
Update husky to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Aug 7, 2024
1 parent 82ad69e commit 00d6aa7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# This is `npm run check`
npm run type-check
npm run format
npm run test
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"compile:de": "formatjs compile src/lang/translations/de.json --ast --out-file src/lang/compiled/de.json",
"compile:en": "formatjs compile src/lang/translations/en.json --ast --out-file src/lang/compiled/en.json",
"compile:es": "formatjs compile src/lang/translations/es.json --ast --out-file src/lang/compiled/es.json",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
Expand Down Expand Up @@ -161,7 +161,7 @@
"full-icu": "^1.5.0",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"husky": "^9.1.4",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.9.0",
"msw": "^0.39.2",
Expand Down

0 comments on commit 00d6aa7

Please sign in to comment.