You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@schematics/angular): respect skip-install for tailwind schematic
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.
0 commit comments