git.fiddlerwoaroof.com
Browse code

chore: fix circleci

Ed Langley authored on 28/05/2019 06:53:27
Showing 1 changed files
... ...
@@ -16,8 +16,7 @@ jobs:
16 16
       - save_cache:
17 17
           paths:
18 18
             - node_modules
19
-          key:
20
-            - v1-dependencies-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
19
+          key: v1-dependencies-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
21 20
 
22 21
       # run tests!
23 22
       - run: npm test