Skip to content
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

feat: add --preserveWatchOutput to 'build' command and support using this option from tsconfig file #2206

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

micalevisk
Copy link
Member

@micalevisk micalevisk commented Jul 30, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: closes #2205

What is the new behavior?

  • feat: support nest build --watch --preserveWatchOutput
  • fix: use preserveWatchOutput option from the tsconfig file loaded by the CLI if the flag --preserveWatchOutput was not supplied

Does this PR introduce a breaking change?

[ ] Yes
[x] No

@micalevisk micalevisk changed the title feat: add --preserveWatchOutput to 'build' command and from tsconfig file feat: add --preserveWatchOutput to 'build' command and support using this option from tsconfig file Jul 30, 2023
@kamilmysliwiec kamilmysliwiec mentioned this pull request Jul 31, 2023
1 task
@kamilmysliwiec kamilmysliwiec merged commit 226d506 into nestjs:master Jul 31, 2023
@kamilmysliwiec
Copy link
Member

LGTM

@micalevisk micalevisk deleted the fix/preservewatch branch July 31, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-open #1220
2 participants