Closed tarasglek closed 2 years ago
Just realized from looking at the repo in github.com, those are git submodules. Would be good to add git clone instructions to readme, eg
git clone --recurse-submodules --remote-submodules https://github.com/skalenetwork/ima-js
The following command yarn test
needs package.json updated with yarn add mocha
I'm trying to follow the readme to run ima-js tests.
However command
yarn deploy-tokens
fails:Note adding INSTALL_PACKAGES variable results in same issue. I see this bash error a lot in skale bash scripts. It could be improved by adding double quotes, eg from
to