update usage of yarn

This commit is contained in:
2017-03-11 14:07:36 +01:00
parent 8075281499
commit 129d22b537
7 changed files with 79 additions and 22 deletions

View File

@@ -3,6 +3,7 @@ import * as plugins from './npmci.plugins';
* wether nvm is available or not
*/
export declare let nvmAvailable: plugins.q.Deferred<boolean>;
export declare let yarnAvailable: plugins.q.Deferred<boolean>;
/**
* bash() allows using bash with nvm in path
* @param commandArg - The command to execute