Instead of requiring wasm-pack to be globally available, add it to devDependencies. This allows building the project in GitHub's CI environment (which has the Rust toolchain, but not wasm-pack) without further setup.
This should resolve a build script failure caused by #20.
Instead of requiring wasm-pack to be globally available, add it to
devDependencies
. This allows building the project in GitHub's CI environment (which has the Rust toolchain, but not wasm-pack) without further setup.This should resolve a build script failure caused by #20.