mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
Fix use of upstream version helper
This commit is contained in:
parent
f39361286e
commit
9734c263eb
2 changed files with 3 additions and 2 deletions
|
@ -130,7 +130,7 @@ pushd $final_path
|
||||||
ynh_print_info --message="...Done! Installing NocoDB now..."
|
ynh_print_info --message="...Done! Installing NocoDB now..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --force
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --save nocodb@$(ynh_app_upstream_version)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -118,7 +118,8 @@ pushd $final_path
|
||||||
ynh_print_info --message="...Done! Installing NocoDB now..."
|
ynh_print_info --message="...Done! Installing NocoDB now..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --force
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm uninstall nocodb
|
||||||
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --save nocodb@$(ynh_app_upstream_version)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue