diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e7d2682..307e5841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,4 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Install dependencies and build for production - run: pnpm install && pnpm newVersion && pnpm run build + run: pnpm install --no-frozen-lockfile && pnpm newVersion && pnpm run build