Skip to content

Commit

Permalink
lookup: add yarn to lookup.json (#905)
Browse files Browse the repository at this point in the history
* lookup: add @yarnpkg/cli to lookup.json

* fixup! lookup: add @yarnpkg/cli to lookup.json

* fixup! fixup! lookup: add @yarnpkg/cli to lookup.json

* fixup! fixup! fixup! lookup: add @yarnpkg/cli to lookup.json

---------

Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
edvardchen and Trott committed Sep 30, 2023
1 parent 5892481 commit 62774d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/lookup.json
Expand Up @@ -24,6 +24,22 @@
"maintainers": "cjihrig",
"prefix": "v"
},
"@yarnpkg/cli": {
"envVar": { "TEST_IGNORE_TIMEOUT_FAILURES": true },
"install": ["install", "--mode", "skip-build"],
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
"head": true,
"repo": "https://github.com/yarnpkg/berry",
"scripts": [
"build:cli --no-minify",
"typecheck:all",
"test:lint",
"test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts"
],
"skip": ["aix", "win32"],
"timeout": 3000000,
"yarn": true
},
"JSONStream": {
"prefix": "v",
"skip": ["win32", "14"],
Expand Down

0 comments on commit 62774d2

Please sign in to comment.