diff --git a/scripts/build.sh b/scripts/build.sh old mode 100644 new mode 100755 index 658d9d004f..3fca6e61d1 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,6 @@ #! /bin/bash +echo "Starting build.Should" # The build script; we build the application step by step as building everything at once takes too much RAM # Should be run from the repository root rm -rf dist/*