mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update upgrade
This commit is contained in:
parent
07f61631b4
commit
275261aa71
1 changed files with 0 additions and 11 deletions
|
@ -60,17 +60,6 @@ ynh_script_progression --message="Installing app with Composer..." --weight=1
|
|||
|
||||
ynh_install_composer
|
||||
|
||||
#=================================================
|
||||
# INSTALL LYCHEE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing $app..." --weight=10
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less sudo -u "$app" env "$ynh_node_load_PATH" "$ynh_npm" install
|
||||
ynh_exec_warn_less sudo -u "$app" env "$ynh_node_load_PATH" NODE_ENV=production "$ynh_npm" run build
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# BUILDING
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue