From 2060e600f0cd9c34966694cdd49deddecd46935c Mon Sep 17 00:00:00 2001 From: hugocasa Date: Fri, 22 May 2026 13:56:05 +0200 Subject: [PATCH] fix(cli): wmill sync pull updates wmill-lock.yaml for raw apps (#9289) --- cli/src/commands/sync/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/commands/sync/sync.ts b/cli/src/commands/sync/sync.ts index d4aa3d818c..625fe69780 100644 --- a/cli/src/commands/sync/sync.ts +++ b/cli/src/commands/sync/sync.ts @@ -2858,7 +2858,7 @@ export async function pull( await generateAppLocksInternal( change, true, - true, + false, workspace, opts, true,