From c0cc279c63e392f11609564d97fb3c83452fb3fa Mon Sep 17 00:00:00 2001 From: Alvin Dimas Praditya Date: Wed, 24 Jul 2024 08:01:23 +0700 Subject: [PATCH] im dumb --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe104a1..6667e65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2 - - run: bun i -g webpack webpack-cli + - run: bun i - run: bun run build - name: Publish release if: ${{ github.event_name == 'workflow_dispatch' }}