We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c419202 commit c130a2fCopy full SHA for c130a2f
scripts/setup_server.sh
@@ -3,7 +3,7 @@ sudo yarn --cwd ~/wikonnect/server postinstall
3
sudo yarn --cwd ~/wikonnect/server db:init
4
5
# 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
+# sleep 5
+# rm -rf server/public/h5p/frontend
+# mkdir server/public/h5p/frontend
+# cp -r frontend/dist/h5p/ server/public/h5p/frontend
0 commit comments