1
0
Fork 0
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:
ericgaspar 2021-08-25 18:46:38 +02:00
parent d66e3caeb1
commit 6bc70a7df7

View file

@ -120,8 +120,8 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app ynh_npm install
ynh_exec_warn_less ynh_exec_as $app ynh_npm run build
ynh_exec_warn_less ynh_npm install
ynh_exec_warn_less ynh_npm run build
popd
#=================================================