aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-06-08 15:40:56 -0700
committerbndw <benjamindwoodward@gmail.com>2020-06-08 15:40:56 -0700
commit25a045e4e0b7f6ab166d2c1936361fe77892295f (patch)
treed3ca9006ca0db94107b47293641eefd39f3bdbd0 /.circleci
parent01c3432a6d81020a0a807474669470bfe04c16de (diff)
construction_worker: CI: run 'yarn' in the build target
Diffstat (limited to '.circleci')
-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