Skip to content

Commit

Permalink
Update LUCI build script to build with wasm (flutter#8351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Sep 26, 2024
1 parent d64046f commit 65eb5f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// the constant declaration `const version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const version = '2.40.0-dev.1';
const version = '2.40.0-dev.2';
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

# Note: this version should only be updated by running tools/update_version.dart
# that updates all versions of devtools packages (devtools_app, devtools_test).
version: 2.40.0-dev.1
version: 2.40.0-dev.2

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

Expand Down
2 changes: 1 addition & 1 deletion tool/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rm -rf build/web
flutter pub get

flutter build web \
--web-renderer canvaskit \
--wasm \
--pwa-strategy=offline-first \
--release \
--no-tree-shake-icons
Expand Down

0 comments on commit 65eb5f5

Please sign in to comment.