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
Similarly to tsc-watch, support an --onSuccess COMMAND argument that when paired with --watch runs a command on every successful compilation.
Useful when developing local packages with yalc and need to run yalc push on every change.