Skip to content

Commit

Permalink
Fix regression from 6914c9f
Browse files Browse the repository at this point in the history
  • Loading branch information
nicofrand committed Oct 12, 2022
1 parent bfca5e6 commit 95a61a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95a61a9

Please sign in to comment.