diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 15:06:22 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 15:06:22 +0200 |
commit | 1619caf9fcf536ce8b8c6a5fbb57be493188a447 (patch) | |
tree | 495f3213728ac1255bb335c7a395c17d8efa6e14 | |
parent | 680ab47b2aabf14b771160eefd6649aeea1e51e4 (diff) |
Update install
-rwxr-xr-x | scripts/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index e32cdf1..9d0505a 100755 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,8 @@ ynh_script_progression --message="Installing $app..." --weight=1 pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build + ynh_exec_as $app env $ynh_node_load_PATH yarn + ynh_exec_as $app env $ynh_node_load_PATH yarn build popd #================================================= |