melos icon indicating copy to clipboard operation
melos copied to clipboard

refactor: Move `CommandConfigs` and `LifecycleHooks` to their own directories

Open spydon opened this issue 1 year ago โ€ข 0 comments

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

spydon avatar Mar 03 '24 17:03 spydon