mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
Update install
This commit is contained in:
parent
175a285a8d
commit
d9c023006c
1 changed files with 4 additions and 2 deletions
|
@ -125,8 +125,10 @@ ynh_script_progression --message="Building $app... (this will take some time and
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
|
npm install
|
||||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH build
|
npm run build
|
||||||
|
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
|
||||||
|
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm run build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue