diff --git a/app/config/templates/site.php b/app/config/templates/site.php index ab6d5c4d4d..eec129a7bf 100644 --- a/app/config/templates/site.php +++ b/app/config/templates/site.php @@ -478,7 +478,7 @@ return [ 'frameworks' => [ getFramework('FLUTTER', [ 'providerRootDirectory' => './', - 'buildCommand' => 'bash build.sh', + 'buildCommand' => 'bash prepare.sh && bash build.sh', ]), ], 'vcsProvider' => 'github',