diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cf291c..67f53db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: name: Install command: yarn - save_cache: - key: projectname-{{ .Branch }}-{{ checksum "package.json" {% raw %}}} + key: projectname-{{ .Branch }}-{{ checksum "package.json"}} paths: - "~/node_modules" - run: