Browse Source

Update config.yml

main
KheliaNibaruta 6 years ago
parent
commit
f2c2757d30
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -18,7 +18,7 @@ jobs:
- restore_cache: - restore_cache:
key: key:
- npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: echo "hello world"
- run: yarn global add node-gyp && yarn install
- save_cache: - save_cache:
paths: paths:
- ~./cache/yarn - ~./cache/yarn

Loading…
Cancel
Save