Skip to content

Commit 3c20ee0

Browse files
authored
Remove simple-git-hooks on postinstall (#5)
1 parent 3271f44 commit 3c20ee0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/shiny-maps-pretend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Remove simple-git-hooks on postinstall

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"build": "tsc",
3030
"lint": "eslint 'src/*.ts'",
3131
"release": "yarn build && changeset publish",
32-
"test": "jest",
33-
"postinstall": "simple-git-hooks"
32+
"test": "jest"
3433
},
3534
"dependencies": {
3635
"jscodeshift": "0.13.1",

0 commit comments

Comments
 (0)