mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
fix
This commit is contained in:
parent
c6a940458e
commit
14a5ad5218
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -2,5 +2,4 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
|
||||
test_upgrade_from.e2036977.name = "Upgrade from 4.3.1"
|
||||
|
|
Loading…
Reference in a new issue