Skip to content

Commit 1089b17

Browse files
committed
Update build script
1 parent 5108faa commit 1089b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/build_frontend.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git log --pretty=medium ${previousCommit}..${commit} >> ${commitFile}
3030

3131
echo "Building the frontend"
3232
rm -rf dist
33-
yarn build
33+
NODE_OPTIONS=--openssl-legacy-provider yarn build
3434

3535
cd ../eggplant
3636

0 commit comments

Comments
 (0)