diff --git a/.circleci/config.yml b/.circleci/config.yml index 68fa58c..d53f66f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ workflows: - run: yarn install - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - paths: + paths: - node_modules #ça marche jusqu'ici pour l'instant test: docker: @@ -29,5 +29,5 @@ workflows: - run: - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - paths: + paths: - node_modules \ No newline at end of file