Skip to content

Commit 29f4cff

Browse files
authored
Remove frozen lockfile option from pnpm install
Signed-off-by: Tuan Duc Tran <tuanductran.dev@gmail.com>
1 parent e4a8990 commit 29f4cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: 'pnpm'
3838

3939
- name: Install dependencies
40-
run: pnpm install --frozen-lockfile
40+
run: pnpm install
4141

4242
- name: Build packages
4343
run: pnpm build

0 commit comments

Comments
 (0)