Skip to content

Commit

Permalink
chore: add bash task to run gulp, coz vscode ide keeps opening a gulp…
Browse files Browse the repository at this point in the history
… tab
  • Loading branch information
George Cook committed Sep 23, 2019
1 parent 36fccff commit c7a45ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devScripts/buildTests.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c7a45ad

Please sign in to comment.