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 start script in package.json concurrently runs start:types and start:js. The former clears the screen when done running, which means that it sometimes (race condition) will clear the output of the latter.
The text was updated successfully, but these errors were encountered:
The
start
script in package.json concurrently runsstart:types
andstart:js
. The former clears the screen when done running, which means that it sometimes (race condition) will clear the output of the latter.The text was updated successfully, but these errors were encountered: