From a6ec7640ff6e4a717a4d7fee5aa8c84cbf248889 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 30 Sep 2022 09:45:35 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6056f7d..15ab14d 100755 --- a/scripts/install +++ b/scripts/install @@ -129,7 +129,7 @@ chown $app:$app "$final_path/apps/www/.env" # BUILD YARN DEPENDENCIES #================================================= -pushd "$final_path/apps/www/" +pushd "$final_path" ynh_use_nodejs ynh_script_progression --message="Cleaning cache... " --weight=3 ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1