This commit is contained in:
Jake Archibald
2020-09-22 17:16:55 +01:00
parent 812e727de0
commit fd151fc70d
8 changed files with 248 additions and 78 deletions

View File

@@ -6,7 +6,7 @@ echo "============================================="
echo "Compiling wasm"
echo "============================================="
(
wasm-pack build -- --verbose --locked
wasm-pack build --target web -- --verbose --locked
rm pkg/.gitignore
)
echo "============================================="