bundles/element-web: requires legacy openssl provider for now
This commit is contained in:
parent
aa01329dbf
commit
ee9f7b8875
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ files = {
|
||||||
actions = {
|
actions = {
|
||||||
'element-web_yarn': {
|
'element-web_yarn': {
|
||||||
'command': ' && '.join([
|
'command': ' && '.join([
|
||||||
|
# TODO verify this is still needed when upgrading to 1.12
|
||||||
|
'export NODE_OPTIONS=--openssl-legacy-provider',
|
||||||
'cd /opt/element-web',
|
'cd /opt/element-web',
|
||||||
'yarn install --pure-lockfile --ignore-scripts',
|
'yarn install --pure-lockfile --ignore-scripts',
|
||||||
'yarn build',
|
'yarn build',
|
||||||
|
|
Loading…
Reference in a new issue