callerc1 / shipit-nvm

Nvm tasks for shipit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override all shipit.remote commands

getvega opened this issue · comments

My usecase: we have several projects, some with nvm use 4 some with nvm use 0. This task does the job quite well, but there can be race conditions when shipit-deploying multiple projects at the same time. Nvm alias default cannot work there...

Do you have a recommendation on overriding ALL shipit.remote commands with a nvm use $(cat .nvmrc) && <command>?