Skip to content

Commit

Permalink
Merge branch 'feature/better-handle-wasm' of github.com:input-output-…
Browse files Browse the repository at this point in the history
…hk/atala-prism-wallet-sdk-ts into feature/better-handle-wasm
  • Loading branch information
elribonazo committed Dec 8, 2023
2 parents 10de328 + 4927708 commit 6cb1e4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ buildDIDComm() {
wasm-pack build --target=web --out-dir=../../../generated/didcomm-wasm-browser
wasm-pack build --target=nodejs --out-dir=../../../generated/didcomm-wasm-node
cd ../../../
rm ./didcomm.commit
git submodule | grep didcomm | awk '{print $1}' >> ./didcomm.commit
git submodule | grep didcomm | awk '{print $1}' > ./didcomm.commit
}

buildAnoncreds() {
Expand Down

0 comments on commit 6cb1e4c

Please sign in to comment.