Skip to content

Commit

Permalink
fix: code gen web as a function
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn committed Nov 4, 2024
1 parent c207ec6 commit 29b29b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions earthly/flutter_rust_bridge/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ builder:
RUN flutter_rust_bridge_codegen --version

# Generated necessary files for running Flutter web.
code-generator-web:
FROM +builder
CODE_GENERATOR_WEB:
FUNCTION

RUN flutter_rust_bridge_codegen generate
RUN flutter_rust_bridge_codegen build-web

Expand Down

0 comments on commit 29b29b8

Please sign in to comment.