Skip to content

Commit

Permalink
fix: rm file command
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn committed Nov 6, 2024
1 parent 13c2417 commit ea6c434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion earthly/flutter_rust_bridge/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ CODE_GENERATOR_WEB:
RUN flutter_rust_bridge_codegen build-web

RUN mkdir -p assets/js && cp -rf ./web/pkg/ assets/js/

# Don't want this gitignore file.
RUN rm -rf ./assets/js/.gitignore
3 changes: 1 addition & 2 deletions examples/flutter/example/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ builder-frb:
code-generator-web:
FROM +builder-frb
DO flutter_rust_bridge+CODE_GENERATOR_WEB
# Don't want this gitignore file in the artifact.
RUN rm -rf ./assets/js/.gitignore

SAVE ARTIFACT ./assets/js AS LOCAL ./assets/js
SAVE ARTIFACT ./rust/src/frb_generated.rs AS LOCAL ./rust/src/frb_generated.rs
SAVE ARTIFACT ./lib/src AS LOCAL ./lib/src

0 comments on commit ea6c434

Please sign in to comment.