This PR makes it so that stable works for all pony projects even if a bundle.json doesn't exist. This was primarily driven by our desire to use stable as part of our build toolchain where some projects will have a bundle.json while others will not. Without this change, if a bundle.json didn't exist, stable wouldn't run the commands requested.
stable didn't work properly if no bundle.json existed.
Enhances stable so the appropriate command runs even if no
bundle.json exists.
This PR makes it so that
stable
works for all pony projects even if abundle.json
doesn't exist. This was primarily driven by our desire to usestable
as part of our build toolchain where some projects will have abundle.json
while others will not. Without this change, if abundle.json
didn't exist,stable
wouldn't run the commands requested.stable
didn't work properly if no bundle.json existed.stable
so the appropriate command runs even if no bundle.json exists.