Browse Source

update

main
Youssef Touggani 6 years ago
parent
commit
a7ba49cf28
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -25,6 +25,6 @@ jobs:
- run: yarn test:ci - run: yarn test:ci
- run: yarn test:e2e - run: yarn test:e2e
- save_cache: - save_cache:
key: yarn-packages-{{ checksum "yarn.lcok" }}
key: yarn-packages-{{ checksum "yarn.lock" }}
paths: paths:
- ./node_modules - ./node_modules
Loading…
Cancel
Save