From fee52188338ea95f3bdd642a4bfae48db4d49204 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 3 Feb 2023 16:49:10 +0100 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index eddba44..66de15e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -125,7 +125,7 @@ pushd "$final_path" ynh_exec_as $app git submodule update --init --recursive ynh_use_nodejs yarn install --pure-lockfile - ynh_exec_as $app $ynh_npm run build + $ynh_npm run build popd #=================================================