Fix: flutter starter

This commit is contained in:
Matej Bačo
2025-05-20 10:40:21 +02:00
parent 1a7982f855
commit d710b48ef5
+1 -1
View File
@@ -478,7 +478,7 @@ return [
'frameworks' => [
getFramework('FLUTTER', [
'providerRootDirectory' => './',
'buildCommand' => 'bash build.sh',
'buildCommand' => 'bash prepare.sh && bash build.sh',
]),
],
'vcsProvider' => 'github',