Skip to content

Commit

Permalink
husky -> run tests using pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Feb 7, 2024
1 parent fa22799 commit 9f80af6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,18 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.10",
"install": "^0.13.0",
"jest": "^29.7.0",
"prettier": "^2.8.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.5.0",
"typescript": "^5.3.3"
},
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
}
}

0 comments on commit 9f80af6

Please sign in to comment.