Skip to content

Commit b36868d

Browse files
committed
fix(ci): remove 'run' from bun --filter command in release workflow
1 parent c7d1281 commit b36868d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: bun install --frozen-lockfile
155155

156156
- name: Build web UI
157-
run: bun --filter @archon/web run build
157+
run: bun --filter @archon/web build
158158

159159
- name: Package web dist
160160
run: |

0 commit comments

Comments
 (0)