chore: remove prepack from pre-commit git hook

This commit is contained in:
josefaidt 2020-10-08 13:14:09 -05:00
commit e9e8739d63

View file

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