5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
wasm-pack build --target web
|
|
sed 's/.\/pkg/./g' index.html > pkg/index.html
|
|
miniserve pkg --index index.html
|