We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actual Behavior
Running intershop schematics with the --dry-run option results in errors because of the appended prettier check that fails for non existing files.
--dry-run
Running the same schematic without --dry-runworks as expected.
Expected Behavior
Prevent the additional formatting checks with prettier for dry runs so no errors occur.
Steps to Reproduce the Bug
Run e.g.
ng g component src/app/shared/my-component --dry-run
Note: This happens for other types than components as well.
Environment Details
Intershop PWA 2.x
Additional Context, like Screenshots, Log File Snippets etc.
AB#78333
The text was updated successfully, but these errors were encountered:
fix: prevent linting for running schematics with dry-run option (#1221,
5183ed4
#1226)
suschneider
Successfully merging a pull request may close this issue.
Actual Behavior
Running intershop schematics with the
--dry-run
option results in errors because of the appended prettier check that fails for non existing files.Running the same schematic without
--dry-run
works as expected.Expected Behavior
Prevent the additional formatting checks with prettier for dry runs so no errors occur.
Steps to Reproduce the Bug
Run e.g.
Note: This happens for other types than components as well.
Environment Details
Intershop PWA 2.x
Additional Context, like Screenshots, Log File Snippets etc.
AB#78333
The text was updated successfully, but these errors were encountered: