diff --git a/.circleci/config.yml b/.circleci/config.yml index e2baa4a..f4c04e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: - node_modules - run: name: Build site - command: ./scripts/build.sh + command: ./scripts/release.sh - run: name: Run Tests command: ./scripts/test.sh