Browse Source

Update config.yml

main
KheliaNibaruta 6 years ago
parent
commit
4f6dbb2804
  1. 18
      .circleci/config.yml

18
.circleci/config.yml

@ -15,15 +15,15 @@ jobs:
- image: cimg/node:12.18 - image: cimg/node:12.18
steps: steps:
- checkout - 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" }}
# - restore_cache:
# key:
# - npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: echo "hello world"
# - save_cache:
# paths:
# - ~./cache/yarn
# key:
# - npm-v1-dependencies-{{ checksum "yarn.lock" }}
lint: lint:
docker: docker:
- image: cimg/node:12.18 - image: cimg/node:12.18

Loading…
Cancel
Save