From 98370c57eb1e1c6eb30b8b65e3363d3e0137b0fa Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Wed, 19 Nov 2025 12:16:07 -0300 Subject: [PATCH] Use yarn --- idc-deploy-shell/buildViewer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idc-deploy-shell/buildViewer.sh b/idc-deploy-shell/buildViewer.sh index 4055fe15b3d..c548b1331b1 100644 --- a/idc-deploy-shell/buildViewer.sh +++ b/idc-deploy-shell/buildViewer.sh @@ -17,8 +17,8 @@ if [ "${CONFIG_ONLY}" != "True" ]; then export PUBLIC_URL='/v3/' - bun install - bun run build + yarn install + yarn run build else mkdir -p platform/viewer/dist/ fi