mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update install
This commit is contained in:
parent
799f83af8c
commit
f72a2908b2
1 changed files with 6 additions and 3 deletions
|
@ -116,9 +116,12 @@ chown -R $app: $final_path
|
|||
|
||||
pushd "$final_path" || ynh_die
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less bin/setup
|
||||
ynh_exec_as $app env $ynh_node_load_PATH npm update
|
||||
ynh_exec_as $app env $ynh_node_load_PATH npm run build
|
||||
#ynh_exec_warn_less
|
||||
bin/setup
|
||||
#ynh_exec_as $app env $ynh_node_load_PATH
|
||||
npm update
|
||||
#ynh_exec_as $app env $ynh_node_load_PATH
|
||||
npm run build
|
||||
popd || ynh_die
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue