Skip to content
Snippets Groups Projects
Verified Commit 2026b340 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Fix node/openssl compat

parent 9c987147
No related tags found
No related merge requests found
Pipeline #1243 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"umd" "umd"
], ],
"scripts": { "scripts": {
"build": "nwb build-react-component", "build": "NODE_OPTIONS=--openssl-legacy-provider nwb build-react-component",
"clean": "nwb clean-module", "clean": "nwb clean-module",
"lint": "eslint ./src ./__tests__", "lint": "eslint ./src ./__tests__",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment