From 43d4f8771dfe4ea91b0e80065e72291677fb700f Mon Sep 17 00:00:00 2001 From: Alade YESSOUFOU Date: Tue, 11 Aug 2026 22:37:21 +0200 Subject: [PATCH 1/2] test: reword --skip-build help text (AI drift test, docs untouched) --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index e7b0dd5..4cd3303 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -75,7 +75,7 @@ program .command('deploy') .description('Deploy your application') .option('--dry-run', 'Show what would be deployed without making changes') - .option('--skip-build', 'Skip the build step') + .option('--skip-build', 'Skip the remote build step') .option('--app ', 'Deploy a specific app (default: all apps)') .option('--watch', 'Deploy once, then sync and reload on every local file change') .option('--build ', 'Watch mode: where each cycle builds — remote, local, or none') From 62ae91104b309c7968537de1b1d1f49b303a6d8b Mon Sep 17 00:00:00 2001 From: Alade YESSOUFOU Date: Tue, 11 Aug 2026 22:52:49 +0200 Subject: [PATCH 2/2] test: re-trigger synchronize (post port fix)