From 89b47c1fc155cd4016179ad4cc0b7119bd535ed1 Mon Sep 17 00:00:00 2001 From: Szymon Nowakowski Date: Wed, 26 Mar 2025 20:18:17 +0100 Subject: [PATCH] Whitelist eslint and gl build scripts --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9e2a076..690338c 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "eslint-plugin-react-hooks": "catalog:", "typescript": "catalog:", "typescript-eslint": "catalog:" + }, + "pnpm": { + "onlyBuiltDependencies": ["eslint", "gl"] } }