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