0115b02be3
* error handling + edge cases + types * use bonded node id * add UI and move feature to node-settings dir * use error modal * add type for postMessage arg * add timeout for node test * update storybook ci * fix CI for typescript linting * fix print node test results * replace react-to-print lib with vanilla solution * async print * update wallet changelog
8 lines
143 B
Makefile
8 lines
143 B
Makefile
clippy:
|
|
cargo clippy --all-features --target wasm32-unknown-unknown -- -D warnings
|
|
|
|
test:
|
|
wasm-pack test --node
|
|
|
|
wasm-build:
|
|
wasm-pack build
|