fix: add _codegen dep to build-android-bundle
Missing generated .g.dart files caused flutter build appbundle to fail. _codegen already implies _pub-get via its dep chain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
483b9d93e9
commit
a968b9ff8c
+1
-1
@@ -279,7 +279,7 @@ tasks:
|
||||
|
||||
build-android-bundle:
|
||||
desc: Build a release App Bundle (AAB)
|
||||
deps: [_preflight, _android-sdk-check, _pub-get, generate-changelog]
|
||||
deps: [_preflight, _android-sdk-check, _codegen, generate-changelog]
|
||||
method: timestamp
|
||||
sources:
|
||||
- lib/**/*.dart
|
||||
|
||||
Reference in New Issue
Block a user