From 17c65a1c1f77322c6181f795e6f5546eb97c90fe Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 7 May 2023 22:37:26 +0200 Subject: [PATCH] fix cd --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index f42d30a..270b074 100755 --- a/scripts/install +++ b/scripts/install @@ -48,6 +48,8 @@ ynh_script_progression --message="Building app..." --weight=10 ynh_use_nodejs +cd $install_dir + yarn install yarn run build yarn start