Skip to content

Commit

Permalink
remove --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Mar 27, 2024
1 parent 4933be1 commit e777882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"scripts": {
"prebuild": "rimraf dist docs",
"postbuild": "rimraf dist/stats.development.json dist/stats.production.json",
"build": "NODE_OPTIONS=--openssl-legacy-provider npm run build:bundle && NODE_OPTIONS=--openssl-legacy-provider npm run build:plugin && npm run build:scss && NODE_OPTIONS=--openssl-legacy-provider npm run build:docs",
"build": "npm run build:bundle && npm run build:plugin && npm run build:scss && npm run build:docs",
"build:bundle": "npm run build:bundle:dev && npm run build:bundle:prod",
"build:bundle:base": "node --max-old-space-size=8192 --openssl-legacy-provider ./node_modules/.bin/webpack --config bundle/webpack.config.js",
"build:bundle:base": "node --max-old-space-size=8192 ./node_modules/.bin/webpack --config bundle/webpack.config.js",
"build:bundle:dev": "npm run build:bundle:base -- --mode=development",
"build:bundle:prod": "npm run build:bundle:base -- --mode=production",
"build:plugin": "webpack --config vendor-webpack-plugin/webpack.config.js",
Expand Down

0 comments on commit e777882

Please sign in to comment.