From 380c16804635bc19d53bd63afc1b871707035701 Mon Sep 17 00:00:00 2001 From: SACHIDANAND ALLE Date: Tue, 17 Oct 2023 21:45:13 -0700 Subject: [PATCH] Fix Build (#1574) Signed-off-by: Sachidanand Alle --- plugins/ohifv3/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ohifv3/build.sh b/plugins/ohifv3/build.sh index d84297b84..8c4679a6b 100755 --- a/plugins/ohifv3/build.sh +++ b/plugins/ohifv3/build.sh @@ -25,8 +25,7 @@ echo "Installing OHIF at: ${install_dir}" cd ${my_dir} rm -rf Viewers -cp -r ~/Projects/Viewers . -#git clone https://github.com/OHIF/Viewers.git +git clone https://github.com/OHIF/Viewers.git cd Viewers git checkout 33f125940863607f8dba82c71b27a43f35431dd5 @@ -51,5 +50,6 @@ APP_CONFIG=config/monai_label.js PUBLIC_URL=/ohif/ QUICK_BUILD=true yarn run bui rm -rf ${install_dir} cp -r platform/app/dist/ ${install_dir} echo "Copied OHIF to ${install_dir}" +rm -rf ../Viewers cd ${curr_dir}