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:
parent
bfca5e68f7
commit
95a61a949d
3 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Personal finance manager",
|
"en": "Personal finance manager",
|
||||||
"fr": "Outil personnel de gestion de finances"
|
"fr": "Outil personnel de gestion de finances"
|
||||||
},
|
},
|
||||||
"version": "0.18.1~ynh7",
|
"version": "0.18.1~ynh8",
|
||||||
"url": "https://framagit.org/kresusapp/kresus",
|
"url": "https://framagit.org/kresusapp/kresus",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue