From fe8bbd500380b35a9f1777bd5b9461f6debbe26d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 5 Jun 2025 08:28:03 -0500 Subject: [PATCH] add electron and esbuild to allow list for postinstall builds --- pnpm-workspace.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ae53ec1df..821bc7190 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,14 +1,16 @@ -# https://pnpm.io/pnpm-workspace_yaml packages: - - "apps/*" - - "packages/*" + - apps/* + - packages/* catalog: typescript: 5.5.3 - "@typescript-eslint/eslint-plugin": 7.16.1 - "@typescript-eslint/parser": 7.16.1 - "@types/node": 22.15.26 + '@typescript-eslint/eslint-plugin': 7.16.1 + '@typescript-eslint/parser': 7.16.1 + '@types/node': 22.15.26 prettier: 3.3.1 eslint: 8.56.0 eslint-config-prettier: 9.1.0 eslint-plugin-prettier: 5.1.3 vitest: 3.2.1 +onlyBuiltDependencies: + - electron + - esbuild