Skip to content

Commit

Permalink
fix workflow pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Jan 10, 2024
1 parent a222fbf commit 3b67949
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
- name: Add wasm target
run: rustup target add wasm32-unknown-unknown

- name: Install nodejs deps
run: |
cd app
npm install
cd ..
- name: Build Rust project with trunk
run: trunk build

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ app/docs
pkg
Cargo.lock
app/dist
app/node_modules

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
1 change: 0 additions & 1 deletion app/.gitignore

This file was deleted.

0 comments on commit 3b67949

Please # to comment.