Skip to content

Commit a569122

Browse files
authored
ci(package.json): husky install (#672)
1 parent ab6a178 commit a569122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"test": "jest",
2222
"precoverage": "yarn build",
2323
"coverage": "jest --coverage --coverageReporters=lcov",
24-
"prepare": "husky install && yarn build && rm dist/tsconfig.tsbuildinfo"
24+
"prepare": "husky install",
25+
"prepack": "yarn build && rm dist/tsconfig.tsbuildinfo"
2526
},
2627
"repository": {
2728
"type": "git",

0 commit comments

Comments
 (0)