Skip to content

Commit

Permalink
fix: copy contents of pkg folder, not the folder itself
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Nov 8, 2024
1 parent ea6c434 commit 8097131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/flutter_rust_bridge/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ 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 && cp -rf ./web/pkg/ assets/js/
RUN mkdir -p assets/js && cp -rf ./web/pkg/* assets/js/
# Don't want this gitignore file.
RUN rm -rf ./assets/js/.gitignore

0 comments on commit 8097131

Please sign in to comment.