Skip to content

Commit

Permalink
Remove simple-git-hooks on postinstall (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Mar 2, 2022
1 parent 3271f44 commit 3c20ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-maps-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aws-sdk-js-codemod": patch
---

Remove simple-git-hooks on postinstall
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"build": "tsc",
"lint": "eslint 'src/*.ts'",
"release": "yarn build && changeset publish",
"test": "jest",
"postinstall": "simple-git-hooks"
"test": "jest"
},
"dependencies": {
"jscodeshift": "0.13.1",
Expand Down

0 comments on commit 3c20ee0

Please sign in to comment.