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: Check Shakapacker status before installation, remove files after
Move the Shakapacker pre-configuration check to BEFORE invoking
generators, but keep the file removal logic BEFORE generators run.
The correct sequence is now:
1. Check if Shakapacker is configured (save as boolean)
2. If pre-configured, remove default conflicting files
3. Invoke generators (which may install Shakapacker)
4. Continue installation
This prevents removing files we create ourselves while still removing
conflicting default files when Shakapacker was installed beforehand.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments