Skip to content

Commit

Permalink
Merge pull request #1266 from cdapio/fix-nodev22
Browse files Browse the repository at this point in the history
fix yarn build server with node v22
  • Loading branch information
itsankit-google authored Dec 7, 2024
2 parents 08eeaad + 03442ca commit bf40ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build-dev-common-w": "NODE_OPTIONS=\"--openssl-legacy-provider\" NODE_ENV=development parallel-webpack --config=webpack.config.common.js -d --watch",
"build-prod-dlls": "NODE_OPTIONS=\"--openssl-legacy-provider\" NODE_ENV=production parallel-webpack --config=webpack.config.dlls.js",
"build-dev-dlls": "NODE_OPTIONS=\"--openssl-legacy-provider\" NODE_ENV=development parallel-webpack --config=webpack.config.dlls.js",
"build-server": "webpack --config=webpack.config.server.js",
"build-server": "NODE_OPTIONS=\"--openssl-legacy-provider\" webpack --config=webpack.config.server.js",
"jest": "jest --coverage",
"jest-w": "jest --watch",
"karma-test": "node ./node_modules/karma/bin/karma start test/karma-conf.js",
Expand Down

0 comments on commit bf40ff0

Please sign in to comment.