Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
0xerorn authored Jul 30, 2024
1 parent 8bb2f39 commit adbb449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NodeJS with Webpack
name: BunJS with Webpack
permissions:
contents: write

Expand All @@ -20,7 +20,7 @@ jobs:

- name: Build
run: |
npm install
npx webpack
bun install --save-dev -g webpack
webpack .
- name: Write changes to repository
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit adbb449

Please sign in to comment.