@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
- "build": "ng build --prod",
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider; ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",