Skip to content

Commit b8d384e

Browse files
edvardchenTrott
authored andcommitted
lookup: add @yarnpkg/cli to lookup.json
1 parent 5892481 commit b8d384e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lib/lookup.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@
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+
"test:integration --runInBand --testPathIgnorePatterns ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patch.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/protocols/git.test.js ./packages/acceptance-tests/pkg-tests-specs/sources/script.test.js"
39+
],
40+
"flaky": ["ppc", "fedora", "debian", "win"],
41+
"timeout": 3000000,
42+
"yarn": true
43+
},
2744
"JSONStream": {
2845
"prefix": "v",
2946
"skip": ["win32", "14"],

0 commit comments

Comments
 (0)