Update to merged WebStudio / BAPS3 presenter

This commit is contained in:
Matthew Stratford 2021-09-08 23:49:08 +01:00
parent 10c33af133
commit 217a7dfdf3
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "presenter"] [submodule "presenter"]
path = presenter path = presenter
url = https://github.com/michael-grace/WebStudio.git url = https://github.com/UniversityRadioYork/WebStudio.git

View file

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"presenter-install": "cd presenter && git submodule update --init && yarn --network-timeout 100000", "presenter-install": "cd presenter && git submodule update --init && yarn --network-timeout 100000",
"presenter-make": "npm run presenter-install && (rm -r presenter-build || true) && cd presenter && yarn build && cp -r build ../presenter-build && cd ../ && npm install", "presenter-make": "npm run presenter-install && (rm -r presenter-build || true) && cd presenter && yarn build-baps && cp -r build ../presenter-build && cd ../ && npm install",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"presenter-start": "cd presenter && yarn start" "presenter-start": "cd presenter && yarn start"
}, },

@ -1 +1 @@
Subproject commit c10eaa17861a305be765dc831c773ca7b2b46224 Subproject commit 89aa41bd450098e673a4492d52e917f69f2453cf