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