In development, add concurrently
to start type-generation alongside app boot
#1988
Labels
concurrently
to start type-generation alongside app boot
#1988
As more code is written / ported to TypeScript, it's important that graphql type-generation is continually running in storybooks (as well as node app) lest things get out of sync as edits to queries are made on the fly.
In Reaction we do it like so (with Relay):
In Ervell can be something similar:
The text was updated successfully, but these errors were encountered: