This commit is contained in:
Simon Gardling
2022-02-10 18:13:58 -05:00
parent 1bd2f919a8
commit 9f62ce3d3e
3 changed files with 8 additions and 15 deletions

View File

@@ -11,12 +11,7 @@ then
cargo install wasm-pack
fi
if [ "${CONFIG}" = "release" ]
then
wasm-pack build
else
wasm-pack build --release
fi
wasm-pack build --release
cd www
npm install