Skip to content

Commit 3475f8d

Browse files
authored
chore(workflows): update bun install command to ignore scripts (#1665)
1 parent 9d36203 commit 3475f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: oven-sh/setup-bun@v2
2626

2727
- name: Install dependencies
28-
run: bun install --frozen-lockfile
28+
run: bun install --frozen-lockfile --ignore-scripts
2929

3030
- name: Get version before release
3131
id: version_before

0 commit comments

Comments
 (0)