Skip to content

Commit

Permalink
chore: update husky to new api (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Aug 22, 2024
1 parent 2beb359 commit c33844e
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
100755 → 100644
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 @@ -19,7 +19,7 @@
"packages/react-native-polyfills"
],
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"build": "npm run build --workspaces --if-present",
"build:esm": "npm run build:esm --workspaces --if-present",
"size": "npm run build && size-limit",
Expand Down

0 comments on commit c33844e

Please sign in to comment.