diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8cd3378..352ac25 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -109,6 +109,8 @@ jobs: name: types-gen path: types/gen + - run: cd types && yarn install --frozen-lockfile + - run: cd client && yarn install --frozen-lockfile && yarn build - uses: actions/upload-artifact@v3