Skip to content

Commit

Permalink
Use Web resources CDN in service_worker_test by default (flutter#123360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Terkelsen authored Mar 24, 2023
1 parent 02650cd commit 4e58370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bots/service_worker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Future<void> _rebuildApp({ required int version, required ServiceWorkerTestType
);
await runCommand(
_flutter,
<String>['build', 'web', '--profile', '-t', target],
<String>['build', 'web', '--web-resources-cdn', '--profile', '-t', target],
workingDirectory: _testAppDirectory,
environment: <String, String>{
'FLUTTER_WEB': 'true',
Expand Down

0 comments on commit 4e58370

Please sign in to comment.