Browse Source

Update config.yml

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

4
.circleci/config.yml

@ -19,3 +19,7 @@ jobs:
- restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install
- save_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
path:
- ./node_modules
Loading…
Cancel
Save