Skip to content

Commit

Permalink
lookup: add @yarnpkg/cli to lookup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen committed May 24, 2022
1 parent 908ebe2 commit a6d1b3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/lookup.json
Expand Up @@ -24,6 +24,23 @@
"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"],
"timeout": 1800000,
"yarn": true
},
"JSONStream": {
"prefix": "v",
"skip": "win32",
Expand Down

0 comments on commit a6d1b3e

Please sign in to comment.