Skip to content

Commit

Permalink
remove githooks
Browse files Browse the repository at this point in the history
  • Loading branch information
amhedcb committed Sep 25, 2024
1 parent 7cff615 commit 5b54911
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "next lint",
"test": "jest",
"postinstall": "prisma generate",
"prepare": "simple-git-hooks",
"prepush": "yarn test"
},
"dependencies": {
Expand All @@ -34,7 +33,6 @@
"lint-staged": "^12.0.6",
"prettier": "^2.4.1",
"prisma": "^3.6.0",
"simple-git-hooks": "^2.8.1",
"ts-jest": "^29.2.5",
"typescript": "^4.4.4"
},
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4401,11 +4401,6 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==

simple-git-hooks@^2.8.1:
version "2.11.1"
resolved "https://registry.yarnpkg.com/simple-git-hooks/-/simple-git-hooks-2.11.1.tgz#4102f0b49dd72f148394a4446a958ad5ed461991"
integrity sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==

sisteransi@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
Expand Down

0 comments on commit 5b54911

Please sign in to comment.