Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 2cd2e97

Browse files
committed
fix
1 parent d6a4750 commit 2cd2e97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: 'pnpm'
2929

3030
- name: Install Dependencies
31-
run: pnpm install --frozen-lockfile
31+
run: pnpm install --no-frozen-lockfile
3232

3333
- name: Run Linter
3434
run: pnpm lint
@@ -52,7 +52,7 @@ jobs:
5252
cache: 'pnpm'
5353

5454
- name: Install Dependencies
55-
run: pnpm install --frozen-lockfile
55+
run: pnpm install --no-frozen-lockfile
5656

5757
- name: Build Packages
5858
run: pnpm build
@@ -76,7 +76,7 @@ jobs:
7676
cache: 'pnpm'
7777

7878
- name: Install Dependencies
79-
run: pnpm install --frozen-lockfile
79+
run: pnpm install --no-frozen-lockfile
8080

8181
- name: Build Packages
8282
run: pnpm build
@@ -106,7 +106,7 @@ jobs:
106106
cache: 'pnpm'
107107

108108
- name: Install Dependencies
109-
run: pnpm install --frozen-lockfile
109+
run: pnpm install --no-frozen-lockfile
110110

111111
- name: Check for Changesets
112112
run: |

0 commit comments

Comments
 (0)