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

Fix node openssl compat

parent e8a0a872
Branches
No related tags found
No related merge requests found
Pipeline #1279 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