From 43f63478b71e6692e3744de1cb57d9a26ad3d678 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 27 Jul 2026 11:18:07 +0800 Subject: [PATCH] build: add sage_datamart to module list for merge_i18n --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bfd9d878..490fdceb 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ do cd $m $cdir/py3/bin/pip install . done -for m in appbase rbac accounting llmage msp cpcc unipay filemgr dapi uapi rag charge pricing discount harnessed_agent harnessed_reasoning dashboard_for_sage product_management supplychain reallife_asset bugfix +for m in appbase rbac accounting llmage msp cpcc unipay filemgr dapi uapi rag charge pricing discount sage_datamart harnessed_agent harnessed_reasoning dashboard_for_sage product_management supplychain reallife_asset bugfix do echo "install $m module..." cd $cdir/pkgs