make presenter-start baps version too.
This commit is contained in:
parent
540704af04
commit
2cc4a57a15
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue