Fix --openssl-legacy-provider issue when tests need to build reader

This commit is contained in:
Dan Stillman 2023-08-09 07:18:07 -04:00
parent 8f6af79280
commit 3b04c012b3

View file

@ -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