From 855fed503a62a5237bed7ea04cd8b83fb48b68e8 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Tue, 26 May 2020 20:44:43 +0200 Subject: [PATCH] chore: Ignore chrome on circleci --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index acd6f08b3..1b5587524 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,6 +64,12 @@ jobs: name: Web Build command: | cd web + + # Workaround for chrome not existing on circleCI. + # We aren't running tests, so we don't need to install chromedriver, + # and this file tells chromedriver to require existing chrome installation. + rm packages/selfhosted/.npmrc + npm run bootstrap npm run buildProduction