1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update test

This commit is contained in:
Limezy 2023-06-29 23:26:23 +07:00
parent fbd1839a18
commit ea7dee7e85
4 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
"en": "Wiki and knowledge base for teams",
"fr": "Wiki et base de connaissances pour les équipes"
},
"version": "0.69.2.4~ynh1",
"version": "0.69.2.5~ynh1",
"url": "www.getoutline.com",
"upstream": {
"license": "BUSL-1.1",

View file

@ -220,7 +220,7 @@ pushd "$final_path"
ynh_script_progression --message="Fetching Yarn production dependencies... This can be very long, be patient !" --weight=18
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install --frozen-lockfile --network-timeout 1000000000 2>&1
ynh_script_progression --message="Building... This can be very long, be patient !" --weight=18
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_OPTIONS="--max-old-space-size=3500" yarn build 2>&1
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn build 2>&1
ynh_script_progression --message="Cleaning cache... " --weight=3
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1
popd

View file

@ -90,7 +90,7 @@ index c553d3d27..8d14b876f 100644
}
diff --git a/shared/editor/nodes/Notice.tsx b/shared/editor/nodes/Notice.tsx
index 2193d0b02..258f67802 100644
index 2193d0b02..7b31f5d86 100644
--- a/shared/editor/nodes/Notice.tsx
+++ b/shared/editor/nodes/Notice.tsx
@@ -1,5 +1,5 @@
@ -100,14 +100,14 @@ index 2193d0b02..258f67802 100644
import { wrappingInputRule } from "prosemirror-inputrules";
import { NodeSpec, Node as ProsemirrorNode, NodeType } from "prosemirror-model";
import * as React from "react";
@@ -16,6 +16,7 @@ export default class Notice extends Node {
@@ -15,6 +15,7 @@ export default class Notice extends Node {
info: this.options.dictionary.info,
warning: this.options.dictionary.warning,
success: this.options.dictionary.success,
tip: this.options.dictionary.tip,
+ bible: this.options.dictionary.bible,
tip: this.options.dictionary.tip,
});
}
@@ -51,6 +52,8 @@ export default class Notice extends Node {
? "warning"
: dom.className.includes("success")

View file

@ -285,7 +285,7 @@ index c553d3d27..8d14b876f 100644
}
diff --git a/shared/editor/nodes/Notice.tsx b/shared/editor/nodes/Notice.tsx
index 2193d0b02..258f67802 100644
index 2193d0b02..7b31f5d86 100644
--- a/shared/editor/nodes/Notice.tsx
+++ b/shared/editor/nodes/Notice.tsx
@@ -1,5 +1,5 @@
@ -295,14 +295,14 @@ index 2193d0b02..258f67802 100644
import { wrappingInputRule } from "prosemirror-inputrules";
import { NodeSpec, Node as ProsemirrorNode, NodeType } from "prosemirror-model";
import * as React from "react";
@@ -16,6 +16,7 @@ export default class Notice extends Node {
@@ -15,6 +15,7 @@ export default class Notice extends Node {
info: this.options.dictionary.info,
warning: this.options.dictionary.warning,
success: this.options.dictionary.success,
tip: this.options.dictionary.tip,
+ bible: this.options.dictionary.bible,
tip: this.options.dictionary.tip,
});
}
@@ -51,6 +52,8 @@ export default class Notice extends Node {
? "warning"
: dom.className.includes("success")