From 52ef28f091a14dcf1176b0038dcdd53f70b052e9 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 5 Apr 2023 20:34:29 -0700 Subject: [PATCH] removing NODE_OPTIONS. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1b3f765..edc14da 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,6 @@ endif # reduce logging, disable angular-cli analytics for ci environment binary-frontend: export NPM_CONFIG_LOGLEVEL = warn binary-frontend: export NG_CLI_ANALYTICS = false -binary-frontend: export NODE_OPTIONS = --openssl-legacy-provider binary-frontend: cd webapp/frontend npm install -g @angular/cli@9.1.4 @@ -108,7 +107,6 @@ binary-frontend: .PHONY: binary-frontend-test-coverage # reduce logging, disable angular-cli analytics for ci environment -binary-frontend-test-coverage: export NODE_OPTIONS = --openssl-legacy-provider binary-frontend-test-coverage: cd webapp/frontend npm ci