1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Fix regression from 6914c9f6e1

This commit is contained in:
Nicolas Frandeboeuf 2022-10-12 12:01:35 +00:00
parent 1d48bb84ba
commit 3c10fbdd69
2 changed files with 0 additions and 2 deletions

View file

@ -154,7 +154,6 @@ ynh_use_nodejs
( (
cd "$final_path" cd "$final_path"
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build:prod
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean --all ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean --all
ynh_secure_remove --file="$final_path/.cache" ynh_secure_remove --file="$final_path/.cache"
ynh_secure_remove --file="$final_path/.yarn" ynh_secure_remove --file="$final_path/.yarn"

View file

@ -190,7 +190,6 @@ ynh_use_nodejs
ynh_secure_remove --file="$final_path/node_modules" ynh_secure_remove --file="$final_path/node_modules"
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build:prod
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean --all ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean --all
ynh_secure_remove --file="$final_path/.cache" ynh_secure_remove --file="$final_path/.cache"
ynh_secure_remove --file="$final_path/.yarn" ynh_secure_remove --file="$final_path/.yarn"