From 931a17462a5c0a8fda69881a5b3de4605f03b519 Mon Sep 17 00:00:00 2001 From: rschamp <rschamp@media.mit.edu> Date: Mon, 23 Sep 2019 22:19:22 -0400 Subject: [PATCH] Add build to build deploy step --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e004c39d..a6e73dc22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,6 +157,7 @@ jobs: - *restore_git_cache - checkout - *restore_npm_cache + - *restore_build_cache - run: | git config --global user.email $(git log --pretty=format:"%ae" -n1) git config --global user.name $(git log --pretty=format:"%an" -n1) -- GitLab