Skip to content

Commit

Permalink
Move seed independend code into separat crate
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jun 26, 2024
1 parent 88ce314 commit 99d7ade
Show file tree
Hide file tree
Showing 26 changed files with 668 additions and 312 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:

- name: Install trunk
run: |
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -C ~/.cargo/bin -xzf-
wget -qO- https://github.com/thedodd/trunk/releases/download/v0.20.2/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -C ~/.cargo/bin -xzf-
- name: Build web-app-seed
- name: Build web-app
run: |
cd crates/web-app-seed/
cd crates/web-app/
rustup target add wasm32-unknown-unknown
trunk -V
trunk build
Expand Down
203 changes: 195 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99d7ade

Please sign in to comment.