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-04-01 14:45:12 +02:00
parent c6a940458e
commit 14a5ad5218
2 changed files with 1 additions and 2 deletions

View file

@ -66,7 +66,7 @@ then
pushd $install_dir
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 NODE_ENV=production yarn build
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn build
popd
fi

View file

@ -2,5 +2,4 @@ test_format = 1.0
[default]
test_upgrade_from.e2036977.name = "Upgrade from 4.3.1"