From 03a78c374590daee38ee185d81fe1cfae6ed3693 Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Thu, 1 Mar 2018 17:41:28 -0300 Subject: [PATCH] add message at the end of build --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 5dfa2c4b4..4da0a8945 100755 --- a/build.sh +++ b/build.sh @@ -57,3 +57,5 @@ rm -rf $destination mkdir $destination cp -R src/* $destination/ rm -rf $destination/scss + +echo "Build complete!"