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 13:32:03 +00:00
parent bfca5e68f7
commit 95a61a949d
3 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Personal finance manager",
"fr": "Outil personnel de gestion de finances"
},
"version": "0.18.1~ynh7",
"version": "0.18.1~ynh8",
"url": "https://framagit.org/kresusapp/kresus",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -154,7 +154,6 @@ ynh_use_nodejs
(
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 build:prod
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/.yarn"

View file

@ -190,7 +190,6 @@ ynh_use_nodejs
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 build:prod
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/.yarn"