Skip to content

Commit b078bcf

Browse files
committed
fix: change husky-file and remove npm-publish
1 parent f74fda9 commit b078bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.huskyrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks": {
33
"pre-commit": "lint-staged",
4-
"pre-push": "yarn test:ci && yarn build:minified && npm publish"
4+
"pre-push": "yarn test:ci && yarn build:minified"
55
}
66
}

0 commit comments

Comments
 (0)