melos
melos copied to clipboard
refactor: Move `CommandConfigs` and `LifecycleHooks` to their own directories
Description
This moves the CommandConfigs and LifecycleHooks to their own directories to make it easier to extend the functionality, since the workspace_configs.dart was getting very long.
This was done in preparation for adding publish hooks.
Type of Change
- [ ] โจ
feat-- New feature (non-breaking change which adds functionality) - [ ] ๐ ๏ธ
fix-- Bug fix (non-breaking change which fixes an issue) - [ ] โ
!-- Breaking change (fix or feature that would cause existing functionality to change) - [x] ๐งน
refactor-- Code refactor - [ ] โ
ci-- Build configuration change - [ ] ๐
docs-- Documentation - [ ] ๐๏ธ
chore-- Chore