From 7070b19562487a40dbe7cc32a4de4c4dbea188b8 Mon Sep 17 00:00:00 2001
From: rschamp <rschamp@media.mit.edu>
Date: Tue, 24 Sep 2019 09:44:19 -0400
Subject: [PATCH] Fix npm cache order in setup

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index a6e73dc22..e82649a18 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,8 +48,8 @@ jobs:
     <<: *defaults
     steps:
       - *restore_git_cache
-      - *restore_npm_cache
       - checkout
+      - *restore_npm_cache
       - run: npm install
       - *save_git_cache
       - *save_npm_cache
-- 
GitLab