diff --git a/.husky/pre-commit b/.husky/pre-commit index c456197..0717111 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,7 @@ -git pull origin master +git fetch +git fetch --all +git fetch --prune +git pull npx yarn --silent --emoji --ignore-scripts npx yarn format npx rimraf node_modules