Skip to content

Commit 79ddc56

Browse files
committed
fix: remove frozen-lockfile flag for release workflows
1 parent edc3788 commit 79ddc56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install --frozen-lockfile
37+
run: pnpm install
3838

3939
- name: Build Packages
4040
run: pnpm build

.github/workflows/release_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install --frozen-lockfile
37+
run: pnpm install
3838

3939
- name: Build Packages
4040
run: pnpm build

0 commit comments

Comments
 (0)