keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

E2E npm package fixes #27

Closed lukasz-zimnoch closed 4 years ago

lukasz-zimnoch commented 4 years ago

Here we introduce some additional fixes to the package-lock living in the e2e directory. The major change is that it locks all the dependencies listed in the package.log but @keep-network/tbtc.js. This is because @keep-network/tbtc.js is volatile and always the recent version is cloned while running install.sh. Because of that, it can't be simply locked as it cause frequent npm install fails due to version conflicts.