From e3b1d1448bf09fd8507102e61e4fd4edcc8bdf21 Mon Sep 17 00:00:00 2001 From: Calvin Koepke Date: Mon, 1 Jul 2024 11:31:03 -0600 Subject: [PATCH] chore: build --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7945bed..64e95b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,10 @@ jobs: - name: Configure npm authentication run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ACCESS_TOKEN }} + # Build Files + - name: Build + run: bun run build + # Create Release - name: Publish run: bun run publish:ci