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(makefile): set help as default target instead of parameter error
- Add .DEFAULT_GOAL := help to make 'make' show help by default
- Previously 'make' without arguments showed parameter validation error
- Now provides better UX by showing comprehensive help output
- Preserves parameter validation for infrastructure commands that need them
- Fixes common user frustration when exploring available commands
Improves developer experience for Issue #28 staging deployment testing.
0 commit comments