Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Jun 19, 2024
1 parent 68494cd commit afa4cd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn pre-commit
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"type-check": "tsc --pretty --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pre-commit": "yarn type-check && yarn format && yarn lint:fix && yarn lint && yarn format-check"
"pre-commit": "yarn type-check && yarn format && yarn lint:fix && yarn lint && yarn format-check",
"prepare": "husky install"
},
"jest": {
"preset": "jest-expo"
Expand Down Expand Up @@ -78,7 +79,8 @@
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.0"
"typescript": "^5.3.0",
"husky": "^8.0.0"
},
"overrides": {
"react-refresh": "~0.14.0"
Expand Down

0 comments on commit afa4cd0

Please sign in to comment.