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
fix: fire PrePush/PostPush/PostPull hooks in watch mode
Watch mode was only firing operation-level hooks during initial sync.
Now fires PrePush before debounced pushes, PostPush after successful
pushes, and PostPull after each file receive in the ongoing sync loop.
0 commit comments