diff --git a/ts/npmci.bash.ts b/ts/npmci.bash.ts index 95895c2..d857b21 100644 --- a/ts/npmci.bash.ts +++ b/ts/npmci.bash.ts @@ -9,4 +9,8 @@ export let bash = (commandArg) => { if(exitCode !== 0){ process.exit(1); } +} + +export let bashBare = () => { + } \ No newline at end of file