From 30fd56580318bf4492290e41d626329fbbccf13c Mon Sep 17 00:00:00 2001 From: Facundo Bravo Scrollini <121453608+facuscrollini@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:18:44 +0100 Subject: [PATCH] Cambio en render_build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agregado para evitar error comĂșn a la hora de hacer deploy con respecto a pipenv y tomli --- render_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/render_build.sh b/render_build.sh index 404821a383..c4c529f6e0 100644 --- a/render_build.sh +++ b/render_build.sh @@ -4,7 +4,8 @@ set -o errexit npm install npm run build - +pip install pipenv +pip install tomli pipenv install pipenv run upgrade