From dd4f2b14b1db09b40791c8c51c548559dc85d289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vy=C4=8D=C3=ADtal?= Date: Sat, 19 Oct 2019 22:12:40 +0200 Subject: [PATCH] ci: add build dependency to examples (#146) Otherwise dist is not saved and screenshots of empty canvases are taken. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a32f255460..d703cf7d46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,6 +146,7 @@ workflows: - examples: requires: - prepare + - build # Enable when the code base is ready. # - lint: