chore: Ignore chrome on circleci

This commit is contained in:
Nathan Adams 2020-05-26 20:44:43 +02:00 committed by Mike Welsh
parent fc8bf71d26
commit 855fed503a
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ jobs:
name: Web Build name: Web Build
command: | command: |
cd web 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 bootstrap
npm run buildProduction npm run buildProduction