Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xerorn authored Jul 30, 2024
1 parent 3d67499 commit 0b5d793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Bun.js ${{ matrix.bun-version }}
- name: Use Bun.js
uses: oven-sh/setup-bun@v2

- name: Build
run: |
bun install -g webpack-cli
webpack .
webpack --config webpack.config.js
- name: Write changes to repository
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 0b5d793

Please sign in to comment.