input-output-hk / js-cardano-wasm

various cardano javascript using wasm bindings
MIT License
31 stars 21 forks source link

Fix build script #1

Closed AlanVerbner closed 6 years ago

AlanVerbner commented 6 years ago

Current build script is not working for me. I'm getting the following error:

$ ./build 
./build: 4: ./build: pushd: not found
error: could not find `Cargo.toml` in `/home/Projects/iohk/icarus-poc/js-cardano-wasm` or any parent directory
./build: 6: ./build: popd: not found

It seems to be related to the following issue. I fixed it changing the shell to bash.