fix: bump presenter to support building with latest node on all platforms
This commit is contained in:
parent
3cd70699e0
commit
058e5299da
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"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 && set NODE_OPTIONS=--openssl-legacy-provider&& yarn build-baps && 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",
|
||||
"presenter-start": "cd presenter && yarn start-baps",
|
||||
"lint": "./venv/bin/autopep8 -r -a -a --ignore E402,E226,E24,W50,W690 --max-line-length 127 --in-place --exclude=\"*node_modules*,*venv/*,presenter/*\" . && ./venv/bin/flake8 . --exclude=\"*node_modules*,*venv/*,presenter/*\" --count --ignore=E402,E226,E24,W50,W690 --max-complexity=25 --max-line-length=127 --statistics"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 537e61733233b9d4e43865e5ca5ca9bd348a07ef
|
||||
Subproject commit 8b7f59cdc6ed80b525b2dff665308d808a526d97
|
Loading…
Reference in a new issue