If you want to initiate build locally, you have to rely on the "changed Actors" magic that relies on git. That often builds all Actors. But often you might need to quickly iterate only on a single miniactor and build just that.
Few options:
- New build-actor command
- Add a filter to the current build (would still respect changed Actors logic)
If you want to initiate build locally, you have to rely on the "changed Actors" magic that relies on git. That often builds all Actors. But often you might need to quickly iterate only on a single miniactor and build just that.
Few options: