Skip to content

Commit

Permalink
fix: husky prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
nnh53 committed Jun 23, 2024
1 parent 9a43118 commit 7e43237
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 @@ -8,7 +8,7 @@
"dev": "cross-env vite",
"build": "cross-env tsc && vite build",
"preview": "cross-env vite preview",
"prepare": "cross-env husky install",
"prepare": "husky",
"lint": "pnpm run prettier:fix && pnpm run eslint:check && pnpm run check-types",
"lint-staged": "lint-staged",
"prettier:check": "prettier --check . --cache",
Expand Down

0 comments on commit 7e43237

Please sign in to comment.