Skip to content

Commit 53eded9

Browse files
committed
chore(scripts): remove postinstall as error on install when another uses this
1 parent ed06b0a commit 53eded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"release:major": "yarn release --release-as major",
1818
"release:minor": "yarn release --release-as minor",
1919
"release:patch": "yarn release --release-as patch",
20-
"postinstall": "husky install",
20+
"husky": "husky",
2121
"lint-staged": "lint-staged",
2222
"commitlint": "commitlint"
2323
},

0 commit comments

Comments
 (0)