From 7a27945798c55c6159bd097c3a8d56b1a164e1b3 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 1 Sep 2022 14:02:47 +0300 Subject: [PATCH] CI: fix build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddbc04d..a1817b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: run: yarn install --frozen-lockfile - name: Build frontend + run: yarn build - name: Build backend run: make build-backend