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
c7d926727b
commit
e7fca50889
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ chown -R $app: $final_path
|
|||
pushd "$final_path" || ynh_die
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less bin/setup
|
||||
npm install -g phantomjs@2.1.1 --unsafe-perm
|
||||
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