mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore(ci): fix wasm-pack
installation
This commit is contained in:
parent
a59561f796
commit
b06097d085
2 changed files with 2 additions and 3 deletions
3
.github/workflows/run-cargo-make-task.yml
vendored
3
.github/workflows/run-cargo-make-task.yml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue