diff --git a/ts/npmci.bash.ts b/ts/npmci.bash.ts index c16fd74..cd761a5 100644 --- a/ts/npmci.bash.ts +++ b/ts/npmci.bash.ts @@ -12,7 +12,7 @@ export let bash = (commandArg:string,retryArg = 2,bareArg = false) => { "bash -c \"source /usr/local/nvm/nvm.sh &&" + commandArg + "\"" - ).code; + ); } else { execResult = plugins.shelljs.exec(bareArg); }