Skip to content

Commit 03442ca

Browse files
fix yarn build server with node v22
1 parent 08eeaad commit 03442ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build-dev-common-w": "NODE_OPTIONS=\"--openssl-legacy-provider\" NODE_ENV=development parallel-webpack --config=webpack.config.common.js -d --watch",
2424
"build-prod-dlls": "NODE_OPTIONS=\"--openssl-legacy-provider\" NODE_ENV=production parallel-webpack --config=webpack.config.dlls.js",
2525
"build-dev-dlls": "NODE_OPTIONS=\"--openssl-legacy-provider\" NODE_ENV=development parallel-webpack --config=webpack.config.dlls.js",
26-
"build-server": "webpack --config=webpack.config.server.js",
26+
"build-server": "NODE_OPTIONS=\"--openssl-legacy-provider\" webpack --config=webpack.config.server.js",
2727
"jest": "jest --coverage",
2828
"jest-w": "jest --watch",
2929
"karma-test": "node ./node_modules/karma/bin/karma start test/karma-conf.js",

0 commit comments

Comments
 (0)