Skip to content

Commit

Permalink
Update and rename webpack.yml to bun-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xerorn authored Jul 30, 2024
1 parent 0b5d793 commit 7e2f84f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BunJS with Webpack
name: BunJS with Bun Build
permissions:
contents: write

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

- name: Build
run: |
bun install -g webpack-cli
webpack --config webpack.config.js
bun build --bundle ./src/Main.ts --outdir=out/ --outfile=out/plugin.js --watch --target browser --entry-naming EaglerForge-[hash].js
- name: Write changes to repository
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 7e2f84f

Please sign in to comment.