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
the builder runs each step of the deployers using Promise.all, which leads to confusing outputs.
although its faster to run all concurrently, it would produce a nicer output if they are executed sequentially.
the current output looks like:
The text was updated successfully, but these errors were encountered:
the builder runs each step of the deployers using
Promise.all
, which leads to confusing outputs.although its faster to run all concurrently, it would produce a nicer output if they are executed sequentially.
the current output looks like:
The text was updated successfully, but these errors were encountered: