fix: bump presenter to support building with latest node on all platforms

This commit is contained in:
Ashhhleyyy 2024-03-29 15:09:47 +00:00
parent 3cd70699e0
commit 058e5299da
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 2 additions and 2 deletions

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 && 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", "test": "echo \"Error: no test specified\" && exit 1",
"presenter-start": "cd presenter && yarn start-baps", "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" "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