With the latest May 2024 release, environment variables can be passed along to the subprocess. This minor patch release defaults the environment to that of the calling shell, so subprocesses have access to the PATH of the caller - this is useful for commands like gt build
that require other system commands such as node
, sass
, etc.