Fix --openssl-legacy-provider
issue when tests need to build reader
This commit is contained in:
parent
8f6af79280
commit
3b04c012b3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ if [[ -z "$CI" ]] && ! ps | grep js-build/build.js | grep -v grep > /dev/null; t
|
|||
echo
|
||||
echo "Running JS build process"
|
||||
cd "$ROOT_DIR"
|
||||
npm run build || exit $?
|
||||
NODE_OPTIONS=--openssl-legacy-provider npm run build || exit $?
|
||||
echo
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue