Skip to content

Commit

Permalink
Remove node option --openssl-legacy-provider as it is no longer nee…
Browse files Browse the repository at this point in the history
…ded.
  • Loading branch information
w1kman committed Oct 12, 2023
1 parent d39bfc3 commit 351156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"webpack-cli": "^5.1.4"
},
"scripts": {
"bundle": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bin/webpack --config webpack.config.js",
"analyze": "NODE_OPTIONS=--openssl-legacy-provider BUNDLE_ANALYSIS=\"reports/commit_$(git rev-parse --short HEAD).html\" ./node_modules/.bin/webpack --config webpack.config.js",
"bundle": "./node_modules/.bin/webpack --config webpack.config.js",
"analyze": "BUNDLE_ANALYSIS=\"reports/commit_$(git rev-parse --short HEAD).html\" ./node_modules/.bin/webpack --config webpack.config.js",
"lint": "eslint .",
"test": "npm-run-all test-unit test-int test-e2e",
"test-int": "cross-env NODE_PATH=src:test ava test/int/**/*.test.js",
Expand Down

0 comments on commit 351156b

Please sign in to comment.