From 62774d2d71fbe8dccde219f1f9b54f90bc864bdd Mon Sep 17 00:00:00 2001 From: Edvard Chen Date: Sat, 30 Sep 2023 23:29:55 +0800 Subject: [PATCH] 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 --- lib/lookup.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 979c92a7..93d1d947 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -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"],