From 4fcd11f497ae314f04411b70114caf8a73ba4125 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 11 Jan 2023 21:31:25 -0800 Subject: [PATCH] update coverage makefile with workaround. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 01d1a5b..1b3f765 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,7 @@ 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