Skip to content

Commit 4addf88

Browse files
committed
fix: remove --frozen-lockfile from deploy workflow
1 parent 5bebb4d commit 4addf88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: 'pnpm'
3434

3535
- name: 📥 Install Dependencies
36-
run: pnpm install --frozen-lockfile
36+
run: pnpm install
3737

3838
- name: 🏗️ Build Standalone Artifact
3939
env:

0 commit comments

Comments
 (0)