Skip to content

Commit fad35a8

Browse files
committed
Update deploy.yml
1 parent 04064ab commit fad35a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

2424
- name: Install dependencies
25-
run: pnpm install
25+
run: pnpm install --no-frozen-lockfile
2626

2727
- name: Build
2828
run: pnpm build

0 commit comments

Comments
 (0)