aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 82bec5c..d445c57 100755
--- a/build.sh
+++ b/build.sh
@@ -36,11 +36,8 @@ if [[ -z $TRAVIS_BUILD_DIR ]]; then
cd $BASE_DIR/FMark/src/FMarkFable
dotnet restore
dotnet fable yarn-dev
-<<<<<<< HEAD
read -n1 -r -p "Press any key to continue..." key
if [[ "$?" != "0" ]]; then
exit 1
fi
-=======
->>>>>>> f9d4f3b8dee743cfc106565b9da05b2d031fdb02
fi