We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bad6d commit d08bdacCopy full SHA for d08bdac
package.json
@@ -15,7 +15,7 @@
15
"test": "lerna run --concurrency 5 --since master test --stream -- --single-run --reporters summary --log-level error",
16
"test:ci": "lerna run --concurrency 1 --stream --since master test:ci -- --log-level error",
17
"compile": "webpack --config webpack.config.integrations.js && webpack --config webpack.config.middleware.js",
18
- "build": "rm -rf build && yarn compile",
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider && rm -rf build && yarn compile",
19
"dev": "concurrently \"yarn --cwd tester serve\" \"webpack --config webpack.config.tester.js --watch\""
20
},
21
"devDependencies": {
0 commit comments