diff --git a/scripts/build.sh b/scripts/build.sh index be392d7..50a9e73 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -13,5 +13,6 @@ fi # Run the tests. swift test -# Build the project. +# Build the project (debug and release). swift build +swift build -c release