make presenter-start baps version too.

This commit is contained in:
Matthew Stratford 2021-09-11 19:56:41 +01:00
parent 540704af04
commit 2cc4a57a15

View file

@ -12,7 +12,7 @@
"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-baps && cp -r build ../presenter-build && cd ../ && npm install",
"test": "echo \"Error: no test specified\" && exit 1",
"presenter-start": "cd presenter && yarn start",
"presenter-start": "cd presenter && yarn start-baps",
"lint": "autopep8 -r -a -a --ignore E402,E226,E24,W50,W690 --max-line-length 127 --in-place --exclude=\"*node_modules*,*venv/*,presenter/*\" . "
},
"repository": {