From 5706f02ee1951a2e7127227fb883b8c271eb31dc Mon Sep 17 00:00:00 2001 From: RSamaium Date: Fri, 20 Dec 2024 09:02:35 +0100 Subject: [PATCH] add --no-frozen-lockfile in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b74837a..694d1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: "pnpm" - name: Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Build run: pnpm build - name: Run Tests @@ -81,7 +81,7 @@ jobs: - name: 🧩 Install Dependencies id: install-dependencies - run: pnpm install --prod + run: pnpm install --no-frozen-lockfile --prod - name: 🏗️ Build id: build-the-mono-repo