mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
committed by
GitHub
parent
1091fb1f33
commit
a0d314bf5e
@@ -33,7 +33,10 @@ void deploy() {
|
||||
@Depends(createThumbnails)
|
||||
Future buildRelease() async {
|
||||
var app = PubApp.local('build_runner');
|
||||
await app.runAsync('build --release --output web:public --delete-conflicting-outputs'.split(' ').toList());
|
||||
await app.runAsync(
|
||||
'build --release --output web:public --delete-conflicting-outputs'
|
||||
.split(' ')
|
||||
.toList());
|
||||
}
|
||||
|
||||
@DefaultTask('Build the project.')
|
||||
|
||||
Reference in New Issue
Block a user