From c7a45ad2160fd3c7c31a7ccf692440ad7ec7391b Mon Sep 17 00:00:00 2001 From: George Cook <george.cook@twintechs.com> Date: Sun, 22 Sep 2019 21:37:40 -0500 Subject: [PATCH] chore: add bash task to run gulp, coz vscode ide keeps opening a gulp tab --- devScripts/buildTests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 devScripts/buildTests.sh diff --git a/devScripts/buildTests.sh b/devScripts/buildTests.sh new file mode 100755 index 00000000..7abd9fdd --- /dev/null +++ b/devScripts/buildTests.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# note - I use these scripts, as I can't stop vscode ides gulp runner from changing the debug console window, which is annoying. + +parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) +cd "$parent_path"/.. + +gulp prePublishFrameworkTests