From 53d84c5ec0ff942d64ff50dfa3763380dded93a2 Mon Sep 17 00:00:00 2001 From: Shirayuki Nekomata Date: Mon, 25 May 2026 14:50:04 +0700 Subject: [PATCH] Change onlyBuiltDependencies to allowBuilds - Updated configuration to allow builds for esbuild and svelte-preprocess --- pnpm-workspace.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 044b96a..bcd6edd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,3 @@ -onlyBuiltDependencies: - - esbuild - - svelte-preprocess +allowBuilds: + esbuild: true + svelte-preprocess: true