Suppress errors in build script

This commit is contained in:
Mark Sinclair
2023-01-16 18:11:32 +00:00
parent 69f5a0d6ba
commit cf342108c3
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"
cd ..
# clear out any files and suppress missing file errors
rm nym_client_wasm* package.json || true
rm -f nym_client_wasm* package.json || true
# let wasm-pack build the files and put them in the output location rather than `./pkg`
cd ../../../../clients/webassembly