Skip to content

Commit

Permalink
remove unit and integration tests from pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Dec 3, 2024
1 parent 88d218a commit fb4e846
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 fb4e846

Please sign in to comment.