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(preInstall): disable silent flag if debug mode is enabled #156

Merged
merged 1 commit into from
Mar 24, 2023
Merged

fix(preInstall): disable silent flag if debug mode is enabled #156

merged 1 commit into from
Mar 24, 2023

Conversation

iamludal
Copy link
Contributor

@iamludal iamludal commented Mar 22, 2023

Type of Change

  • New feature
  • Bug fix
  • Documentation
  • Refactor
  • Chore

Resolves

N/A

Describe Changes

Disable npm --silent flag if debug mode is enabled. This allows to get more information about the error that happened during installation, instead of just "npm command failed".
Debug mode can be enabled when re-running a failed job and checking the "Enable debug logging" checkbox.

@cycjimmy
Copy link
Owner

It is recommended to use the fix keyword and ensure the commit message follows a conventional commit.

@iamludal iamludal changed the title feat(preInstall): disable --silent flag if debug mode is enabled fix(preInstall): disable --silent flag if debug mode is enabled Mar 24, 2023
@iamludal iamludal changed the title fix(preInstall): disable --silent flag if debug mode is enabled fix(preInstall): disable silent flag if debug mode is enabled Mar 24, 2023
@iamludal
Copy link
Contributor Author

Done.

@cycjimmy cycjimmy merged commit b75597b into cycjimmy:main Mar 24, 2023
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.

None yet

2 participants