Browse Source

Update config.yml

main
KheliaNibaruta 6 years ago
parent
commit
3351933c3e
  1. 18
      .circleci/config.yml

18
.circleci/config.yml

@ -9,12 +9,12 @@ jobs:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
# - 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" }}
- 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