Skip to content

Commit

Permalink
Update husky prepare command
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Aug 18, 2024
1 parent 46f6cf1 commit 8493135
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 @@ -32,7 +32,7 @@
"test:esm": "npm install --prefix tests/esm && npm test --prefix tests/esm",
"test:package": "npm run test:cjs && npm run test:esm",
"size": "./size.sh",
"prepare": "husky install",
"prepare": "husky",
"lint": "biome check --write --unsafe --no-errors-on-unmatched src/*.ts",
"lint:staged": "biome check --write --unsafe --staged --no-errors-on-unmatched src/**/*.ts"
},
Expand Down

0 comments on commit 8493135

Please sign in to comment.