Change cached directory

This commit is contained in:
Leonid Logvinov
2018-01-16 14:36:04 +01:00
parent 8a74963815
commit 7c1c94d39b

View File

@@ -18,7 +18,7 @@ jobs:
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths:
- ~/.cache/yarn
- ./node_modules
- run: wget https://s3.amazonaws.com/testrpc-shapshots/${CONTRACTS_COMMIT_HASH}.zip
- run: unzip ${CONTRACTS_COMMIT_HASH}.zip -d testrpc_snapshot
- run: node ./node_modules/lerna/bin/lerna.js bootstrap