Skip to content

Commit 380c168

Browse files
Fix Build (#1574)
Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 5f6b07e commit 380c168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/ohifv3/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ echo "Installing OHIF at: ${install_dir}"
2525

2626
cd ${my_dir}
2727
rm -rf Viewers
28-
cp -r ~/Projects/Viewers .
29-
#git clone https://github.com/OHIF/Viewers.git
28+
git clone https://github.com/OHIF/Viewers.git
3029
cd Viewers
3130
git checkout 33f125940863607f8dba82c71b27a43f35431dd5
3231

@@ -51,5 +50,6 @@ APP_CONFIG=config/monai_label.js PUBLIC_URL=/ohif/ QUICK_BUILD=true yarn run bui
5150
rm -rf ${install_dir}
5251
cp -r platform/app/dist/ ${install_dir}
5352
echo "Copied OHIF to ${install_dir}"
53+
rm -rf ../Viewers
5454

5555
cd ${curr_dir}

0 commit comments

Comments
 (0)