From 6ed37c27001d14f9b301837643cfaeb2ef53df9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 9 May 2024 13:21:41 +0200 Subject: [PATCH] lookup: add React Closes: https://github.com/nodejs/citgm/issues/1038 --- lib/lookup.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 13530b1f..ce2b4aca 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -347,6 +347,14 @@ "maintainers": "kriskowal", "skip": ["win32", ">=21"] }, + "react": { + "prefix": "v", + "yarn": true, + "scripts": ["test --ci"], + "envVar": { + "ELECTRON_SKIP_BINARY_DOWNLOAD": 1 + } + }, "readable-stream": { "prefix": "v", "maintainers": "nodejs/streams",