-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(readme): add GIF showcasing the watch script #642
docs(readme): add GIF showcasing the watch script #642
Conversation
9a94289
to
e114b15
Compare
e114b15
to
7110f15
Compare
7110f15
to
05c340f
Compare
🎉 Great news! Looks like all the dependencies have been resolved: 💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (:robot: ). Happy coding! |
05c340f
to
fa52107
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
BUILD.md: add GIF showcasing the watch script We've received feedback from multiple people that long build times are tedious and reduce general productivity which is (probably) hindering the growth of the community so here is a video guide (GIF) on how fast builds can be achieved by only rebuilding what you actually changed on the package level. It also comes with support for regenerating the code that we don't write ourselves but use the OpenAPI generator for it instead. All the openapi.json files are being watched by the `npm run watch` script for code changes the same way that Typescript files are being watched so this just works out of the box. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
fa52107
to
31415cf
Compare
@petermetz Sorry for late replying. I missed updates of this PR. I approved it a moment ago. |
@takeutak No worries, thank you! |
Dependencies
Depends on #656
Commit to be reviewed
docs(readme): add reference to BUILD.md
BUILD.md: add GIF showcasing the watch script
We've received feedback from multiple people that long build
times are tedious and reduce general productivity which is
(probably) hindering the growth of the community so here is
a video guide (GIF) on how fast builds can be achieved by
only rebuilding what you actually changed on the package level.
It also comes with support for regenerating the code that we
don't write ourselves but use the OpenAPI generator for it instead.
All the openapi.json files are being watched by the npm run watch
script for code changes the same way that Typescript files are being
watched so this just works out of the box.
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com