You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: run yarn install only when pkg.json has changes (#534)
Added a condition in post-merge hook to check if any change is detected in
- package.json
- .yarn/*
- yarn.lock
not to run `yarn install` on every git pull cmd.
0 commit comments