diff --git a/README.md b/README.md index 26883f4..5a9482b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can use it to easily collaborate on notes, graphs and even presentations in - Low system requirements -**Shipped version:** 1.9.9~ynh1 +**Shipped version:** 1.9.9~ynh2 **Demo:** https://demo.hedgedoc.org/ @@ -42,7 +42,6 @@ You can use it to easily collaborate on notes, graphs and even presentations in * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ab2d284..0504ef4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ Vous pouvez l'utiliser pour collaborer facilement sur des notes, des graphiques - Faible configuration système requise -**Version incluse :** 1.9.9~ynh1 +**Version incluse :** 1.9.9~ynh2 **Démo :** https://demo.hedgedoc.org/ @@ -42,7 +42,6 @@ Vous pouvez l'utiliser pour collaborer facilement sur des notes, des graphiques * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index bc6630c..5a073f3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "HedgeDoc" description.en = "Collaborative editor to work on notes written in Markdown" description.fr = "Éditeur collaboratif pour travailler sur des notes en Markdown" -version = "1.9.9~ynh1" +version = "1.9.9~ynh2" maintainers = ["eric_G"] diff --git a/scripts/install b/scripts/install index 9fe7c03..24b7bee 100644 --- a/scripts/install +++ b/scripts/install @@ -69,6 +69,7 @@ ynh_script_progression --message="Building HedgeDoc... (this will take some time pushd "$install_dir" ynh_use_nodejs ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn workspaces focus --production + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 0a3c74e..ae86ab0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,6 +94,7 @@ then ynh_secure_remove /usr/local/share/.cache/yarn ynh_use_nodejs ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn workspaces focus --production + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean popd fi