Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move: canonicalize path before all uses of package path (#18531)
## Description In #18470 I made a change that uses the `package_path` before canonicalizing, causing relative paths to the package to not work on `publish`. This PR reorders the statements to canonicalize the path before any uses. ## Test plan Tested locally, will follow up immediately with a CLI test for relative paths in a separate PR--want to plug this first. --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
- Loading branch information