7 lines
85 B
Bash
7 lines
85 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pug index.pug
|
||
|
set -ex
|
||
|
wasm-pack build --target web
|
||
|
python3 -m http.server
|