From ecba23b2dd3124222cb552f3025a489b5ee19511 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Sep 2023 18:26:28 -0700 Subject: [PATCH] fixup! lookup: add @yarnpkg/cli to lookup.json --- lib/lookup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 37952d5e..833e04ca 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -34,8 +34,7 @@ "build:cli --no-minify", "typecheck:all", "test:lint", - "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts", - "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" + "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts" ], "flaky": ["ppc", "fedora", "debian", "win"], "timeout": 3000000,