Skip to content

Commit

Permalink
Revert "lookup: rename @yarnpkg/cli to yarn"
Browse files Browse the repository at this point in the history
This reverts commit 4666750.
  • Loading branch information
edvardchen committed May 16, 2022
1 parent 2896eb1 commit 07e7fd9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lib/lookup.json
Expand Up @@ -24,6 +24,22 @@
"prefix": "v",
"flaky": true
},
"@yarnpkg/cli": {
"install": ["install", "--mode", "skip-build"],
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
"prefix": "@yarnpkg/cli@",
"repo": "https://github.com/yarnpkg/berry",
"scripts": [
"build:cli",
"typecheck:all",
"test:lint",
"test:unit",
"test:integration"
],
"flaky": "ppc",
"skip": ["aix", "s390x"],
"yarn": true
},
"JSONStream": {
"prefix": "v",
"skip": "win32",
Expand Down Expand Up @@ -604,22 +620,6 @@
"maintainers": ["bcoe", "addaleax"],
"head": true
},
"yarn": {
"install": ["install", "--mode", "skip-build"],
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
"prefix": "@yarnpkg/cli@",
"repo": "https://github.com/yarnpkg/berry",
"scripts": [
"build:cli",
"typecheck:all",
"test:lint",
"test:unit",
"test:integration"
],
"flaky": "ppc",
"skip": ["aix", "s390x"],
"yarn": true
},
"yeoman-generator": {
"prefix": "v",
"flaky": ["ppc", "rhel"],
Expand Down

0 comments on commit 07e7fd9

Please sign in to comment.