diff --git a/.circleci/config.yml b/.circleci/config.yml index c02ed80..e18ee92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,9 @@ jobs: - v1-dependencies-{{ checksum "package.json" }} - v1-dependencies- - run: npm install + - run: + name: Run build + command: npm run build - run: name: Run tests command: npm test @@ -49,6 +52,9 @@ jobs: workflows: version: 2 + test: + jobs: + - test test-deploy: jobs: - test: