now using bash for everything
This commit is contained in:
9
ts/npmci.bash.ts
Normal file
9
ts/npmci.bash.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
export let bash = (commandArg) => {
|
||||
plugins.shelljs.exec(
|
||||
"bash -c \"source /usr/local/nvm/nvm.sh &&" +
|
||||
commandArg +
|
||||
"\""
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user