Skip to content

Commit a6d1b3e

Browse files
committed
lookup: add @yarnpkg/cli to lookup.json
1 parent 908ebe2 commit a6d1b3e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lib/lookup.json

+17
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@
2424
"prefix": "v",
2525
"flaky": true
2626
},
27+
"@yarnpkg/cli": {
28+
"install": ["install", "--mode", "skip-build"],
29+
"maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"],
30+
"prefix": "@yarnpkg/cli@",
31+
"repo": "https://github.com/yarnpkg/berry",
32+
"scripts": [
33+
"build:cli",
34+
"typecheck:all",
35+
"test:lint",
36+
"test:unit",
37+
"test:integration"
38+
],
39+
"flaky": "ppc",
40+
"skip": ["aix", "s390x"],
41+
"timeout": 1800000,
42+
"yarn": true
43+
},
2744
"JSONStream": {
2845
"prefix": "v",
2946
"skip": "win32",

0 commit comments

Comments
 (0)