We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d6047 commit afd5882Copy full SHA for afd5882
1 file changed
.github/workflows/prod.docs.plus.yml
@@ -43,7 +43,7 @@ jobs:
43
bun-version: latest
44
45
- name: 📥 Install Dependencies
46
- run: bun install --frozen-lockfile
+ run: bun install --frozen-lockfile --ignore-scripts
47
48
- name: 🔐 Prepare Environment
49
run: |
0 commit comments