build.sh 94 B

123456
  1. #!/bin/bash
  2. set -euo pipefail
  3. rm -rf www/pkg
  4. wasm-pack build --target=web --out-dir=www/pkg