Skip to content

Commit

Permalink
build: remove e2e "proxy" (#1904)
Browse files Browse the repository at this point in the history
# 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
peterpeterparker authored Feb 20, 2023
1 parent b927ca8 commit f86cd5f
Show file tree
Hide file tree
Showing 9 changed files with 4,470 additions and 3,419 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ web-assets
frontend/node_modules/
frontend/public/build/
frontend/public/assets/
proxy
e2e-tests
**/*.wasm
/deployment-config.json
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ out
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3

proxy/build/
proxy/node_modules
canister_ids.json
canister_ids.json.*
e2e-tests/node_modules
Expand Down
Loading

0 comments on commit f86cd5f

Please sign in to comment.