From 9190d3510966cecc5eaaa0410fda82d811ca9388 Mon Sep 17 00:00:00 2001 From: FAYStarNext Date: Tue, 10 Sep 2024 11:03:32 +0000 Subject: [PATCH] Refactor build-test.yml to use 'bun-build' for TypeScript compilation --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c0c225b..3928dd0 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -29,6 +29,6 @@ jobs: run: bun install - name: Build - id: ts-build - - run: bun x tsc + id: bun-build + run: bun x tsc - run: bun run build:js \ No newline at end of file