Skip to content

Commit afd5882

Browse files
committed
chore: update dependency installation command to ignore scripts
1 parent d5d6047 commit afd5882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.docs.plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
bun-version: latest
4444

4545
- name: 📥 Install Dependencies
46-
run: bun install --frozen-lockfile
46+
run: bun install --frozen-lockfile --ignore-scripts
4747

4848
- name: 🔐 Prepare Environment
4949
run: |

0 commit comments

Comments
 (0)