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

fix: Prevent Angular CLI prompts from interrupting app launch #1113

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

romeonicholas
Copy link
Contributor

Angular CLI could prompt the user for input about autocomplete or analytics in the middle of the make process, causing a failure to properly launch the app. Adding an environmental variable to suppress TTY avoids this.

Angular CLI could prompt the user for input about autocomplete or analytics in the middle of the make process, causing a failure to properly launch the app. Adding an environmental variable to suppress TTY avoids this.
@romeonicholas romeonicholas self-assigned this Oct 23, 2023
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a8a3081) 71.83% compared to head (808776d) 71.83%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1113   +/-   ##
=======================================
  Coverage   71.83%   71.83%           
=======================================
  Files         160      160           
  Lines        5087     5087           
  Branches      547      547           
=======================================
  Hits         3654     3654           
  Misses       1323     1323           
  Partials      110      110           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MoritzWeber0 MoritzWeber0 merged commit feac36d into main Oct 23, 2023
23 checks passed
@MoritzWeber0 MoritzWeber0 deleted the frontend-makefile-update branch October 23, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants