diff --git a/src/commands/deploy.js b/src/commands/deploy.js index 5e9bcc64a2e..6aa04665f8b 100644 --- a/src/commands/deploy.js +++ b/src/commands/deploy.js @@ -207,6 +207,7 @@ class DeployCommand extends Command { draft: !deployToProduction && !alias, message: flags.message, deployTimeout: flags.timeout * 1000 || 1.2e6, + syncFileLimit: 100, branch: alias, }) } catch (e) {