Skip to content

Conversation

alan-agius4
Copy link
Collaborator

When generating a new application or using the application schematic with the tailwind style option, the skipInstall option was being ignored. This resulted in dependencies being installed even when --skip-install was specified.

This change ensures that the skipInstall option is correctly passed to and handled by the Tailwind schematic, preventing automatic package installation when requested.

When generating a new application or using the application schematic with the `tailwind` style option, the `skipInstall` option was being ignored. This resulted in dependencies being installed even when `--skip-install` was specified.

This change ensures that the `skipInstall` option is correctly passed to and handled by the Tailwind schematic, preventing automatic package installation when requested.
@alan-agius4 alan-agius4 requested a review from clydin September 4, 2025 10:16
@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release labels Sep 4, 2025
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 4, 2025
@alan-agius4 alan-agius4 merged commit b983ea8 into angular:main Sep 4, 2025
58 of 59 checks passed
@alan-agius4 alan-agius4 deleted the skip-install branch September 4, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: @schematics/angular target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants