rdesktop2
filip mertens 1 year ago
parent cca1a7d63d
commit 0b818ca9fd
  1. 4
      .circleci/config.yml

@ -86,10 +86,10 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- v1-deps-{{ checksum "yarn.lock" }} - remixdesktop-remix-{{ checksum "yarn.lock" }}
- run: yarn - run: yarn
- save_cache: - save_cache:
key: v1-deps-{{ checksum "yarn.lock" }} key: remixdesktop-remix-{{ checksum "yarn.lock" }}
paths: paths:
- node_modules - node_modules
- restore_cache: - restore_cache:

Loading…
Cancel
Save