tidy up build script

This commit is contained in:
Max Bradbury 2020-08-23 12:36:00 +01:00
parent eff32a6540
commit 0e0c4a4a73
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/usr/bin/env bash
cargo build
pug index.pug pug index.pug
set -ex set -ex
wasm-pack build --target web wasm-pack build --target web