Skip to content

Commit

Permalink
fix: cp 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 c1c516c commit 13c2417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion earthly/flutter_rust_bridge/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ CODE_GENERATOR_WEB:
RUN flutter_rust_bridge_codegen generate --default-external-library-loader-web-prefix=/assets/packages/catalyst_key_derivation/assets/js/
RUN flutter_rust_bridge_codegen build-web

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

0 comments on commit 13c2417

Please sign in to comment.