From e61149b49fdd41a0d9572751d12674c32093ad16 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 6 Feb 2025 12:45:29 +0100 Subject: [PATCH] Fix: attempt to fix build --- scripts/prepare-build.sh | 1 + 1 file changed, 1 insertion(+) 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