Almouro / bitrise-nvm-step

Bitrise step for installing NVM and custom NPM version
http://bitrise.io
MIT License
5 stars 7 forks source link

Provide execution path option #6

Closed jasonfma closed 6 years ago

jasonfma commented 6 years ago

Currently if my .nvmrc file is not in the executing directory, I have to use a change directory step to use nvm and then do a change directory back.

My specific use case is cloning supporting tools directory and needing to run nvm there.

It would be great if we could have an option to specify the path for where the .nvmrc file should exist.

jasonfma commented 6 years ago

Created a PR for this feature.

jasonfma commented 6 years ago

Works thanks!