aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-17 00:57:19 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-17 00:57:19 +0800
commit03e3ebb3059230bd4bf7815596cd2a15701f7ef2 (patch)
tree73b024662b384a3ed098864ce8538cf502576005
parentd05814a5ad375f21a0b3d72de1815764eb1da5a4 (diff)
downloadtangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.gz
tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.zst
tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.zip
restore circleci config
-rw-r--r--.circleci/config.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9e74b4a6f..c0262fcfa 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -100,6 +100,11 @@ jobs:
- image: circleci/node:8.11.3-browsers
steps:
- checkout
+ - restore_cache:
+ keys:
+ - dependency-cache-{{ checksum "package-lock.json" }}
+ # fallback to using the latest cache if no exact match is found
+ - dependency-cache-
- run:
name: Install npm 6 + deps via npm
command: |
@@ -443,4 +448,4 @@ jobs:
steps:
- run:
name: All Tests Passed
- command: echo 'weew - everything passed!'
+ command: echo 'weew - everything passed!' \ No newline at end of file