7 lines
88 B
Bash
Executable file
7 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -rf pkg
|
|
wasm-pack build --target web --features wasm,wee_alloc
|
|
|