Skip to content

Commit

Permalink
update husky stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Feb 1, 2024
1 parent 69cd83d commit 4618c9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"version-packages": "changeset version",
"version-packages:ci": "changeset version && yarn install --mode update-lockfile",
"release": "yarn packages:build && changeset publish",
"prepare": "husky install",
"prepare": "husky",
"update-renovate": "node -r @swc-node/register ./scripts/renovate-config-generator.ts",
"postinstall": "yarn packages:build"
},
Expand Down

0 comments on commit 4618c9a

Please sign in to comment.