mirror of
https://github.com/zaphar/wasm-web-components.git
synced 2025-07-21 19:40:30 -04:00
6 lines
88 B
Makefile
6 lines
88 B
Makefile
build:
|
|
cargo build;
|
|
|
|
test:
|
|
cd wasm-web-component; wasm-pack test --headless --firefox
|