CI: fix build

This commit is contained in:
Alexander Zobnin
2022-09-01 14:02:47 +03:00
parent 5de9e2c640
commit 7a27945798

View File

@@ -48,6 +48,7 @@ jobs:
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Build frontend - name: Build frontend
run: yarn build
- name: Build backend - name: Build backend
run: make build-backend run: make build-backend