Skip to content

Commit d08bdac

Browse files
Webpack fix (#810)
* webpack fix * webpack fix * fix
1 parent 82bad6d commit d08bdac

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
@@ -15,7 +15,7 @@
1515
"test": "lerna run --concurrency 5 --since master test --stream -- --single-run --reporters summary --log-level error",
1616
"test:ci": "lerna run --concurrency 1 --stream --since master test:ci -- --log-level error",
1717
"compile": "webpack --config webpack.config.integrations.js && webpack --config webpack.config.middleware.js",
18-
"build": "rm -rf build && yarn compile",
18+
"build": "export NODE_OPTIONS=--openssl-legacy-provider && rm -rf build && yarn compile",
1919
"dev": "concurrently \"yarn --cwd tester serve\" \"webpack --config webpack.config.tester.js --watch\""
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)