mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
7a34d6026f
* refactor(cargo-make): extract node * refactor(cargo-make): extract lint * refactor(counters_stable): remove redundant tasks * docs(cargo-make): remove descriptions * refactor(counters_stable): streamline stages
11 lines
271 B
TOML
11 lines
271 B
TOML
[tasks.test]
|
|
env = { RUN_CARGO_TEST = false }
|
|
condition = { env_true = ["RUN_CARGO_TEST"] }
|
|
|
|
[tasks.post-test]
|
|
dependencies = ["test-wasm"]
|
|
|
|
[tasks.test-wasm]
|
|
env = { CARGO_MAKE_WASM_TEST_ARGS = "--headless --chrome" }
|
|
command = "cargo"
|
|
args = ["make", "wasm-pack-test"]
|