Skip to content

Commit

Permalink
chore: update husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
wataru-maeda committed Oct 9, 2024
1 parent 0a1ea0c commit e16d166
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 @@
#!/usr/bin/env 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 @@ -17,7 +17,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --verbose --passWithNoTests",
"test:watch": "jest --verbose --passWithNoTests --watch",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
Expand Down

0 comments on commit e16d166

Please sign in to comment.