Skip to content

Commit

Permalink
chore: update husky to v9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Jul 27, 2024
1 parent c11cf7a commit 765fd51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint ${1}
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"generate:icons": "pnpm sync && pnpm compile && pnpm clean && node build/scripts/buildIconsDataset.js",
"generate:pkgjson": "pnpm compile && node build/scripts/makeProdPkg.js",
"lint": "prettier --check . && eslint .",
"prepare": "husky install",
"preview": "vite preview",
"sync": "svelte-kit sync"
},
Expand All @@ -57,7 +56,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"hast-util-to-html": "^9.0.1",
"husky": "^8.0.3",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"picocolors": "1.0.0",
"prettier": "^3.3.3",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 765fd51

Please sign in to comment.