aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0367bfc..0e3edc2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,7 +6,6 @@ jobs:
6 steps: 6 steps:
7 - checkout 7 - checkout
8 - setup_remote_docker 8 - setup_remote_docker
9 - run: yarn
10 - run: make build 9 - run: make build
11 - run: make publish 10 - run: make publish
12 11