Skip to content

Commit

Permalink
chore(deps): migrated to v9 husky
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux committed Jan 31, 2024
1 parent 13033f3 commit ee8411e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint .",
"preinstall": "check-engine",
"prestart": "check-engine",
"prepare": "husky install",
"prepare": "husky",
"preview": "vite preview",
"serve": "vite serve",
"template:add:remote": "sh ./scripts/add-template-remote.sh",
Expand Down

0 comments on commit ee8411e

Please sign in to comment.