Skip to content

Commit be70ae7

Browse files
authored
Merge pull request #23 from skarode96/fix/remove-husky-from-postinstall
fix(package): remove postinstall husky script before publishing package
2 parents f2c58cd + 20b9d4d commit be70ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"build": "tsc",
5353
"prepare": "npm run build",
5454
"test": "jest --runInBand",
55-
"postinstall": "husky install"
55+
"postinstall": "husky install",
56+
"prepublishOnly": "npm set-script postinstall ''"
5657
},
5758
"author": "Sameer Karode",
5859
"license": "Apache 2.0"

0 commit comments

Comments
 (0)