From 3300f177ca4bd530ea6859a272ad6572e13c289c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 5 Jun 2016 14:33:59 +0200 Subject: [PATCH] introduce better shell interaction for testing --- ts/npmci.bash.ts | 4 ++++ 1 file changed, 4 insertions(+) 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