Browse Source

Update config.yml

main
KheliaNibaruta 6 years ago
parent
commit
eb5ec3c8f1
  1. 22
      .circleci/config.yml

22
.circleci/config.yml

@ -3,14 +3,14 @@ jobs:
build: build:
docker: docker:
- image: cimg/node:12.18 - image: cimg/node:12.18
steps:
- checkout
- 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" }}
# steps:
# - checkout
# - 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" }}
Loading…
Cancel
Save