diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5a0ffc5..6bbc2e0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: corepack prepare pnpm@latest --activate - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile working-directory: frontend - name: Type check