1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Build prep

This commit is contained in:
Harvey Kandola 2023-02-06 14:01:19 -05:00
parent 1c09771c33
commit f16b9f3810
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 ..