We can get a project for which there are multiple build systems, like a PHP project that uses npm to build its frontend assets.
We could have please build run every build system for which the probe is successful, one after the other. Maybe we need some kind of priority then?
We can get a project for which there are multiple build systems, like a PHP project that uses npm to build its frontend assets. We could have
please build
run every build system for which the probe is successful, one after the other. Maybe we need some kind of priority then?