Skip to content

Commit

Permalink
Please build
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 3, 2024
1 parent b9ba835 commit 6d55023
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
toolchain: nightly
targets: wasm32-unknown-unknown

- name: Build Rust
run: cargo build

- name: Build JS
- name: Build
run: |
cargo build
npm i
npx vite build
Expand Down

0 comments on commit 6d55023

Please sign in to comment.