Perform all commands through PerfCheck#execute so we can ensure they always run in a consistent way in the app root. This resolves a problem when bundle was executed in the wrong directory when running in a new shell because the current working directory was reset.
Perform all commands through
PerfCheck#execute
so we can ensure they always run in a consistent way in the app root. This resolves a problem whenbundle
was executed in the wrong directory when running in a new shell because the current working directory was reset.Closes #56.