update coverage makefile with workaround.

This commit is contained in:
Jason Kulatunga
2023-01-11 21:31:25 -08:00
parent 7f1023fa9b
commit 4fcd11f497
+1
View File
@@ -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