From 8fe827f8c9676426efe88902a0053fab99b1ddd9 Mon Sep 17 00:00:00 2001 From: Marius Wilms Date: Wed, 15 Apr 2020 15:23:45 +0200 Subject: [PATCH] Fix frontend build --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c9eda42..2137d761 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,6 +116,9 @@ jobs: cd frontend yarn install --production=true yarn build + env: + # Don't convert warnings to errors, we love our warnings. + CI: false - uses: actions/upload-artifact@v1 with: name: frontend-build