From f16b9f3810455363017140f336a4a0bbbbfd1f31 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Mon, 6 Feb 2023 14:01:19 -0500 Subject: [PATCH] Build prep --- README.md | 2 +- build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebb23af..d8e8133c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Documize Community is an open source, self-hosted, modern, lightweight alternative to Confluence and other similar solutions. +Documize Community is an open source, modern, self-hosted, enterprise-grade knowledge management solution. - Built for technical and non-technical users - Designed to unify both customer-facing and internal documentation diff --git a/build.sh b/build.sh index 3b9dc6dc..2b3d3278 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ echo "Build process started $NOW" echo "Building Ember assets..." cd gui +export NODE_OPTIONS=--openssl-legacy-provider ember build ---environment=production --output-path dist-prod --suppress-sizes true cd ..