From 290256e08c19a371897cab33bec384298b0cc127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 6 Feb 2025 10:44:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20package.json=20=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20pnpm=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8387a84..963e81f 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,10 @@ "extends": [ "https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5" ] + }, + "pnpm": { + "onlyBuiltDependencies": [ + "re2" + ] } -} \ No newline at end of file +}