From fd564a888cf93e28e11e22d648196b6e655e67d2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 27 Dec 2022 17:10:50 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5b4d5d2..60b575c 100755 --- a/scripts/install +++ b/scripts/install @@ -133,8 +133,8 @@ ynh_script_progression --message="Building app..." --weight=15 pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn add ts-node webpack --ignore-workspace-root-check - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build --ignore-workspace-root-check - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init --ignore-workspace-root-check + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init popd #=================================================