From 85f9b148dee09dd5bf827fffd13a7e4aa2076d8f Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 23 May 2026 23:17:28 +0200 Subject: [PATCH] chore: set allowBuild to false --- pnpm-workspace.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c02e1d7..4d0a48c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ allowBuilds: - esbuild: set this to true or false - sharp: set this to true or false - web-component-base: set this to true or false + esbuild: false + sharp: false + web-component-base: false