mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-09 05:18:01 -05:00
4 lines
131 B
Bash
4 lines
131 B
Bash
rm -rf ./packages/spartan_wasm/build &&
|
|
cd ./packages/spartan_wasm &&
|
|
wasm-pack build --target web --out-dir ../spartan_wasm/build
|