Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
fix: fix the pre-commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
0x002500 committed Aug 16, 2024
1 parent 4d72acf commit 1de8b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm
pnpm exec lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"api:generate": "pnpm typedoc",
"dep": "taze -r",
"dep:write": "taze -rw",
"prepare": "husky"
"prepare": "husky && husky install"
},
"dependencies": {
"tsup": "^8.1.0"
Expand All @@ -33,7 +33,7 @@
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.9",
"eslint": "^9.2.0",
"husky": "^9.1.4",
"husky": "^8.0.0",
"lint-staged": "^15.2.2",
"pnpm": "^9.1.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 1de8b2a

Please sign in to comment.