Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 3, 2024
1 parent 6d55023 commit cfb17fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: wasm-pack
targets: wasm32-unknown-unknown

- name: Build
run: |
cargo build
wasm-pack build --debug --target web
npm i
npx vite build
Expand Down

0 comments on commit cfb17fc

Please sign in to comment.