Skip to content

Commit

Permalink
🔧 fix: lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Apr 13, 2024
1 parent 79ec106 commit c9db18f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"vitest": "^1.5.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "pnpm lint-staged",
"prepare-commit-msg": "./bin/hook.sh"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit c9db18f

Please sign in to comment.