Skip to content

Commit

Permalink
Merge pull request #557 from IQSS/feat/556-simplify-pre-commit-hook
Browse files Browse the repository at this point in the history
remove unit and integration tests from pre-commit hook
  • Loading branch information
ofahimIQSS authored Dec 17, 2024
2 parents a14929c + fb4e846 commit 8283782
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
"pre-commit": [
"typecheck",
"lint:fix",
"git:add",
"test:unit",
"test:coverage"
"git:add"
],
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 8283782

Please sign in to comment.