Skip to content

Commit c897083

Browse files
committed
Update webpack workflow to use bun run build
1 parent 23e5b1a commit c897083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: bun install
3030

3131
- name: Build
32-
run: npx webpack
32+
run: bun run build

0 commit comments

Comments
 (0)