docs.nestjs.com
docs.nestjs.com copied to clipboard
docs(cli): clarify on what 'nest build' does
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [x] Docs
- [ ] Other... Please describe:
What is the current behavior?
People may think that nest build only compiles the code just like tsc does, which is incorrect
What is the new behavior?

Does this PR introduce a breaking change?
- [ ] Yes
- [x] No