diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-17 00:57:19 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-17 00:57:19 +0800 |
commit | 03e3ebb3059230bd4bf7815596cd2a15701f7ef2 (patch) | |
tree | 73b024662b384a3ed098864ce8538cf502576005 | |
parent | d05814a5ad375f21a0b3d72de1815764eb1da5a4 (diff) | |
download | tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.gz tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.bz2 tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.lz tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.xz tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.tar.zst tangerine-wallet-browser-03e3ebb3059230bd4bf7815596cd2a15701f7ef2.zip |
restore circleci config
-rw-r--r-- | .circleci/config.yml | 7 |
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 |