chore(ci): fix `wasm-pack` installation

This commit is contained in:
Greg Johnston 2024-06-02 15:38:22 -04:00
parent a59561f796
commit b06097d085
2 changed files with 2 additions and 3 deletions

View File

@ -48,9 +48,6 @@ jobs:
- name: Install wasm-bindgen
run: cargo binstall wasm-bindgen-cli --no-confirm
- name: Install wasm-pack
run: cargo binstall wasm-pack --no-confirm
- name: Install cargo-leptos
run: cargo binstall cargo-leptos --no-confirm

View File

@ -1,9 +1,11 @@
[tasks.build]
install_crate = { crate_name = "wasm-pack", binary = "wasm-pack", test_arg = "--help" }
clear = true
command = "deno"
args = ["task", "build"]
[tasks.start-client]
install_crate = { crate_name = "wasm-pack", binary = "wasm-pack", test_arg = "--help" }
command = "deno"
args = ["task", "start"]