6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cargo build
|
|
pug index.pug
|
|
wasm-pack build --target web
|