mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Run full sample index build when running peanut (#456)
The previous `build-release` task doesn't generate the index file.
This commit is contained in:
@@ -25,9 +25,7 @@ void analyze() {
|
||||
@Task('deploy')
|
||||
@Depends(analyze, testCli, generate, buildRelease)
|
||||
void deploy() {
|
||||
print('All tasks completed. To deploy to Firebase, run:');
|
||||
print('');
|
||||
print(' firebase deploy');
|
||||
print('All tasks completed. ');
|
||||
print('');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user