We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cc97d commit 79f7d00Copy full SHA for 79f7d00
build.bat
@@ -1,5 +1,6 @@
1
@echo off
2
-set NODE_OPTIONS=--openssl-legacy-provider --openssl_fips=''
+set NODE_OPTIONS=--openssl-legacy-provider
3
+set openssl_fips=
4
call yarn dist
5
echo Build complete. Press any key to close.
6
pause > nul
0 commit comments