Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Do not fail jq dependencies check for package with no deps (#3894
) The `deploy_npm` script would show a jq error when trying to fetch dependencies for a package with no dependencies (eg [here](https://app.circleci.com/pipelines/github/AztecProtocol/aztec-packages/20218/workflows/7bd2eb23-a437-4ee6-8218-d943ce6dc04c/jobs/912425?invite=true#step-107-756_55)). This prevents jq from failing that check and just returns an empty list.
- Loading branch information