1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-12-09 22:27:47 +01:00
parent 6005fda927
commit 4a382bd510

View file

@ -61,7 +61,7 @@ ynh_script_progression --message="Installing $app..."
pushd $install_dir
ynh_use_nodejs
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install 2>/dev/null
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
#ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm cache clean 2>/dev/null
popd