Skip to content

Commit

Permalink
lookup: add @yarnpkg/cli to lookup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen authored and Trott committed Sep 30, 2023
1 parent 5892481 commit b8d384e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/lookup.json
Expand Up @@ -24,6 +24,23 @@
"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",
"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"
],
"flaky": ["ppc", "fedora", "debian", "win"],
"timeout": 3000000,
"yarn": true
},
"JSONStream": {
"prefix": "v",
"skip": ["win32", "14"],
Expand Down

0 comments on commit b8d384e

Please sign in to comment.