Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation `npm ci` in CI for `e2e-tests` is failing because it complains about missing dependencies which are inherited by `proxy` even though these are effectively installed there. As we are not using the `proxy` anymore, this PR removes it and per extension solve the CI current issue. # Changes - `rm -r ./proxy && cd e2e-test && npm rm proxy`
- Loading branch information