size optimizations

This commit is contained in:
Simon Gardling
2022-02-24 08:42:29 -05:00
parent 80bc678476
commit 5b702ac3fe
4 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e #kill script if error occurs
wasm-pack build --target web --release --no-typescript
bash build.sh
rm -fr tmp | true #delete tmp folder if exists
mkdir tmp tmp/pkg