diff --git a/circle.yml b/circle.yml index cbe5ac0da..f9ac9ea41 100644 --- a/circle.yml +++ b/circle.yml @@ -14,6 +14,8 @@ dependencies: cache_directories: - ~/.cache/yarn post: + # Build the static assets + - yarn build # Lint the project here, before tests are ran. - yarn lint