Skip to content

Commit ede19e0

Browse files
authored
Build WASM (#178)
Tested locally.
1 parent 186e024 commit ede19e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

current_results_ui/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- name: gcr.io/dart_ci/flutter:master
33
dir: current_results_ui
4-
args: ['build', 'web']
4+
args: ['build', 'web', '--wasm']
55
- name: gcr.io/dart_ci/firebase
66
dir: current_results_ui
77
args: ['deploy', '--project=dart-ci', '--only=hosting:current-results']

0 commit comments

Comments
 (0)