Skip to content

Commit

Permalink
add --no-frozen-lockfile in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Dec 20, 2024
1 parent b7e17cd commit 5706f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5706f02

Please sign in to comment.