Skip to content

Commit

Permalink
fix: not proxying local socket requests [HMMR-601]
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin committed Dec 1, 2022
1 parent 48a8260 commit dd286ce
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,9 @@ jobs:
- attach_workspace:
at: .
- setup_npm
- run:
name: Validating NPM artifacts
command: ./release-scripts/validate-npm-artifacts.sh
- run:
name: Copy Windows cliv2 binaries to binary-releases staging area
command: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ config.local.json
/node_modules/
/packages/*/node_modules/
local.log
/patches/
**/dist
/dist-docker
/pysrc
Expand Down
Loading

0 comments on commit dd286ce

Please sign in to comment.