update coverage makefile with workaround.

pull/434/head
Jason Kulatunga 1 year ago
parent 7f1023fa9b
commit 4fcd11f497

@ -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

Loading…
Cancel
Save