diff --git a/.circleci/config.yml b/.circleci/config.yml index ab2672b..6c0b2d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,6 +32,6 @@ workflows: node-tests: jobs: - yarn - - server-deploy + - server-deploy: requires: - - yarn \ No newline at end of file + - yarn \ No newline at end of file