1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
This commit is contained in:
Éric Gaspar 2023-05-07 18:57:57 +02:00
parent 14a5ad5218
commit 53ca48f30c
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ admindoc = "https://thelounge.chat/docs"
code = "https://github.com/thelounge/thelounge" code = "https://github.com/thelounge/thelounge"
[integration] [integration]
yunohost = ">= 11.1.15" yunohost = ">= 11.1.18"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = false ldap = false

View file

@ -66,7 +66,7 @@ then
pushd $install_dir pushd $install_dir
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn build ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production yarn build
popd popd
fi fi