Skip to content

Commit

Permalink
Fix frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Apr 15, 2020
1 parent b43df48 commit 8fe827f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fe827f

Please sign in to comment.