Skip to content

Commit aaacdd4

Browse files
committed
Remove superfluous --frozen-lockfile flag
1 parent 2f7e7a9 commit aaacdd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: pnpm
2525

2626
- name: Install
27-
run: pnpm install --frozen-lockfile --ignore-scripts
27+
run: pnpm install --ignore-scripts
2828

2929
- name: Test
3030
run: pnpm run test -- --coverage

.github/workflows/webpack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: pnpm
2424

2525
- name: Install
26-
run: pnpm install --frozen-lockfile --ignore-scripts
26+
run: pnpm install --ignore-scripts
2727

2828
- name: Format
2929
run: pnpm run pretty:check

0 commit comments

Comments
 (0)