diff --git a/scripts/prepare-build.sh b/scripts/prepare-build.sh index f8c9c1c12..0e0fc6c58 100755 --- a/scripts/prepare-build.sh +++ b/scripts/prepare-build.sh @@ -1,6 +1,7 @@ #! /usr/bin/env bash echo "Starting prepare-build" +nvm use # 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 # This is the main deployment script