6 lines
88 B
Makefile
Raw Normal View History

2023-10-25 17:18:03 -04:00
build:
cargo build;
test:
cd wasm-web-component; wasm-pack test --headless --firefox