Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(commands/run): ensure configured client wrapper port is used
Prior to this commit, using `WRAPPER_PORT` and changing it to a users needs didn't have any effect as a) the port has never been passed down to the Aragon client b) Aragon client's script isn't prepared to retrieve values from the environment This commit ensures that the port is set as an environment variable, enabling Aragon client to take advantage of it. Fixes aragon#198
- Loading branch information