Browse Source

changed path build

pull/1/merge
Galimede 6 years ago
parent
commit
834bae58a8
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -11,7 +11,7 @@ jobs:
- save_cache: - save_cache:
key: yarn-packages-{{ checksum "yarn.lock" }} key: yarn-packages-{{ checksum "yarn.lock" }}
paths: paths:
- ~/.cache/yarn
- ./node_modules
check_format: check_format:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1

Loading…
Cancel
Save