fix: a relative path in `mason.yaml will` result in an absolute path in `mason-lock.json`
Open
enhancement
- Dominant language
- Dart
- Stars
- 1.1k
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
When adding a brick with a relative path to mason.yaml, the mason-lock.json will contain an absolute path to it
**Steps To Reproduce**
mason new sample -o bricks
mason add sample --path bricks/sample
**Expected Behavior**
`mason-lock.json` should contain `bricks/sample`, but instead contains the full absolute path
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.