diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:07:56 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:07:56 +0800 |
commit | c9ffa38ab1834e2562e70720d70191dff5bb2e7e (patch) | |
tree | 4de9a7c1efb4cdc098809239a37ca7777f718127 | |
parent | 3ae5b4e77261035b7cfcec25c9186f6743b66026 (diff) | |
download | tangerine-wallet-browser-c9ffa38ab1834e2562e70720d70191dff5bb2e7e.tar.gz tangerine-wallet-browser-c9ffa38ab1834e2562e70720d70191dff5bb2e7e.tar.zst tangerine-wallet-browser-c9ffa38ab1834e2562e70720d70191dff5bb2e7e.zip |
cache circleci
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a569b99cf..e12d8db42 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ jobs: keys: - dependency-cache-{{ checksum "package-lock.json" }} # fallback to using the latest cache if no exact match is found - - dependency-cache- + #- dependency-cache- - run: name: Install npm 6 + deps via npm command: | |