mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
parent
7e2eb781a8
commit
6060c1af55
2 changed files with 0 additions and 4 deletions
|
@ -55,7 +55,6 @@ pushd "$install_dir"
|
|||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install --production
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run download-dist
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm cache clean -f
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -68,9 +68,6 @@ pushd "$install_dir"
|
|||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install --omit=dev
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run download-dist
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm cache clean -f
|
||||
# Residue of old versions caching
|
||||
ynh_exec_warn_less ynh_exec_as $app rm -rf .cache
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue