From a6d1b3ec9b5f2b8ed9e8e011417a68c86066b25f Mon Sep 17 00:00:00 2001 From: Edvard Chen Date: Mon, 9 May 2022 11:33:30 +0800 Subject: [PATCH] lookup: add @yarnpkg/cli to lookup.json --- lib/lookup.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 72862845..38e33a82 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -24,6 +24,23 @@ "prefix": "v", "flaky": true }, + "@yarnpkg/cli": { + "install": ["install", "--mode", "skip-build"], + "maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"], + "prefix": "@yarnpkg/cli@", + "repo": "https://github.com/yarnpkg/berry", + "scripts": [ + "build:cli", + "typecheck:all", + "test:lint", + "test:unit", + "test:integration" + ], + "flaky": "ppc", + "skip": ["aix", "s390x"], + "timeout": 1800000, + "yarn": true + }, "JSONStream": { "prefix": "v", "skip": "win32",