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
Improve npm script naming and separation of concerns
- **install-all**: Now only installs dependencies (no build)
- **setup**: New script for complete setup (install + build)
- **Updated documentation**: Clear script categories and descriptions
- **Updated deployment configs**: Use npm run setup for cleaner builds
Follows senior engineer best practices:
- Clear naming conventions
- Separation of install vs build operations
- Flexibility for different developer workflows
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments