Skip to content

Commit 62774d2

Browse files
edvardchenTrott
andauthored
lookup: add yarn to lookup.json (#905)
* 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>
1 parent 5892481 commit 62774d2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lib/lookup.json

+16
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@
2424
"maintainers": "cjihrig",
2525
"prefix": "v"
2626
},
27+
"@yarnpkg/cli": {
28+
"envVar": { "TEST_IGNORE_TIMEOUT_FAILURES": true },
29+
"install": ["install", "--mode", "skip-build"],
30+
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
31+
"head": true,
32+
"repo": "https://github.com/yarnpkg/berry",
33+
"scripts": [
34+
"build:cli --no-minify",
35+
"typecheck:all",
36+
"test:lint",
37+
"test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts"
38+
],
39+
"skip": ["aix", "win32"],
40+
"timeout": 3000000,
41+
"yarn": true
42+
},
2743
"JSONStream": {
2844
"prefix": "v",
2945
"skip": ["win32", "14"],

0 commit comments

Comments
 (0)