dotansimha / dotansimha/graphql-code-generator
Codegen watch skip first run
Open
core
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
**Is your feature request related to a problem? Please describe.**
Currently, we run codegen, then codegen watch to ensure that the first run is successful before compiling the project. However, when the codegen watch is started, it runs an extra codegen before starting the watch.
**Describe the solution you'd like**
It would be nice if we could run the codegen watch and send a flag for it to not run its initial codegen until file changes.
**Describe alternatives you've considered**
No alternatives thought of
**Additional context**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.