Currently if a module's source requires a build process to compile after syncing that's more involved than picking or dropping certain files, said process needs to be run after a peru sync.
The feature would be specifying in peru.yaml a script within the module to execute after a peru sync. Perhaps use keyword build.
It's possible to script this in a watcher that wraps peru sync operations, so maybe this is out of scope for the project, similar to peru override watch #163. (?)
Currently if a module's source requires a build process to compile after syncing that's more involved than picking or dropping certain files, said process needs to be run after a
peru sync.The feature would be specifying in
peru.yamla script within the module to execute after aperu sync. Perhaps use keywordbuild.It's possible to script this in a watcher that wraps
perusync operations, so maybe this is out of scope for the project, similar toperu override watch#163. (?)