Skip to content

Commit

Permalink
fix: husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Oct 31, 2024
1 parent 5c9761b commit a2fa825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "bun --bun vite preview",
"lint": "bun --bun eslint --ext .js,.jsx,.ts,.tsx --cache --fix --quiet ./",
"format": "bun --bun prettier --write ./src",
"prepare": "husky install",
"prepare": "husky",
"test": "vitest",
"typecheck": "tsc"
},
Expand Down

0 comments on commit a2fa825

Please sign in to comment.