Browse Source

Update config.yml

pull/1/merge
Thaisrr 6 years ago
committed by GitHub
parent
commit
e0de641195
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -17,9 +17,9 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: yarn-package-{{ checksum "yarn.lock" }}
key: yarn-package-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install - run: yarn global add node-gyp && yarn install
- save_cache: - save_cache:
key: yarn-package-{{ checksum "yarn.lock" }}
path:
- ./node_modules
key: yarn-package-{{ checksum "yarn.lock" }}
path:
- ./node_modules
Loading…
Cancel
Save