aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorps-george <punter.s.g@gmail.com>2018-03-07 11:50:13 +0000
committerps-george <punter.s.g@gmail.com>2018-03-07 11:50:13 +0000
commit2bf4399c281000436d24a3a6ea5e2395a4a6fb46 (patch)
treee5d139625367d3d17413b74ba8b976684a7bef24 /build.sh
parent1518b99c7a891d667eeef77870a5493250032559 (diff)
downloadFMark-2bf4399c281000436d24a3a6ea5e2395a4a6fb46.tar.gz
FMark-2bf4399c281000436d24a3a6ea5e2395a4a6fb46.zip
[bugfix] Removing IO from Fable build, adding pause to build.sh to check output.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c294608..e011a92 100755
--- a/build.sh
+++ b/build.sh
@@ -45,6 +45,7 @@ if [[ -z $TRAVIS_BUILD_DIR ]]; then
exit 1
fi
dotnet fable yarn-dev
+ read -n1 -r -p "Press any key to continue..." key
if [[ "$?" != "0" ]]; then
exit 1
fi