Skip to content

Commit c130a2f

Browse files
authored
Comment out copying of h5p directory from frontend to server (#781)
1 parent c419202 commit c130a2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/setup_server.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo yarn --cwd ~/wikonnect/server postinstall
33
sudo yarn --cwd ~/wikonnect/server db:init
44

55
# TODO: Find a long term fix for this
6-
sleep 5
7-
rm -rf server/public/h5p/frontend
8-
mkdir server/public/h5p/frontend
9-
cp -r frontend/dist/h5p/ server/public/h5p/frontend
6+
# sleep 5
7+
# rm -rf server/public/h5p/frontend
8+
# mkdir server/public/h5p/frontend
9+
# cp -r frontend/dist/h5p/ server/public/h5p/frontend

0 commit comments

Comments
 (0)