Browse Source

Update config.yml

main
KheliaNibaruta 6 years ago
parent
commit
e3e99c3d19
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -2,7 +2,7 @@ version: 2.1
workflow:
build:
jobs:
- build:
- build
jobs:
build:
docker:
@ -12,9 +12,9 @@ jobs:
- restore_cache:
key:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
# - run: yarn global add node-gyp && yarn install
# - save_cache:
# paths:
# - ~./cache/yarn
# key:
# - npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install
- save_cache:
paths:
- ~./cache/yarn
key:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save