From 07e7fd95bbaa902f6b30bbd9ee6b9dcc94e88f97 Mon Sep 17 00:00:00 2001 From: Edvard Chen Date: Mon, 16 May 2022 10:40:26 +0800 Subject: [PATCH] Revert "lookup: rename @yarnpkg/cli to yarn" This reverts commit 4666750c6ee6891476cfee4d06ddcead64d2de4e. --- lib/lookup.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 490d19fd..68b26b8e 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -24,6 +24,22 @@ "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"], + "yarn": true + }, "JSONStream": { "prefix": "v", "skip": "win32", @@ -604,22 +620,6 @@ "maintainers": ["bcoe", "addaleax"], "head": true }, - "yarn": { - "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"], - "yarn": true - }, "yeoman-generator": { "prefix": "v", "flaky": ["ppc", "rhel"],