diff --git a/.circleci/config.yml b/.circleci/config.yml index be58766..3dd308d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,4 +13,9 @@ jobs: - save_cache: key: yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }} paths: - - node_modules \ No newline at end of file + - node_modules + +workflows: + build_deploy: + jobs: + - install \ No newline at end of file