We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5108faa commit 1089b17Copy full SHA for 1089b17
_tools/build_frontend.sh
@@ -30,7 +30,7 @@ git log --pretty=medium ${previousCommit}..${commit} >> ${commitFile}
30
31
echo "Building the frontend"
32
rm -rf dist
33
-yarn build
+NODE_OPTIONS=--openssl-legacy-provider yarn build
34
35
cd ../eggplant
36
0 commit comments