Merge pull request #319 from josefaidt/remove-prepack-pre-commit

chore: remove prepack from pre-commit git hook
This commit is contained in:
Eric Liu 2020-10-09 16:59:47 -07:00 committed by GitHub
commit 4e2ba51d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@
],
"husky": {
"hooks": {
"pre-commit": "yarn prepack && lint-staged"
"pre-commit": "lint-staged"
}
},
"lint-staged": {