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
Similar to onStepFinished, but called before the actual step is executed.
Use Cases
I would like to perform a side-effect before tools are executed in every step, not after. I would like to show a spinner that says "Executing [arrayOfTools]..." on each step for better DX.
Feature Description
Similar to onStepFinished, but called before the actual step is executed.
Use Cases
I would like to perform a side-effect before tools are executed in every step, not after. I would like to show a spinner that says "Executing [arrayOfTools]..." on each step for better DX.
Additional context
I have this already running via patch-package https://github.com/callstackincubator/cali/blob/8167760be2547dbf5302ab654e172672f8962082/src/cli.ts#L116.
Would be happy to send a PR if this gets accepted.
The text was updated successfully, but these errors were encountered: