aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
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
commit1619caf9fcf536ce8b8c6a5fbb57be493188a447 (patch)
tree495f3213728ac1255bb335c7a395c17d8efa6e14 /scripts/install
parent680ab47b2aabf14b771160eefd6649aeea1e51e4 (diff)
Update install
Diffstat (limited to 'scripts/install')
-rwxr-xr-xscripts/install4
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
#=================================================