Skip to content

Commit

Permalink
Refactor build-test.yml to use 'bun-build' for TypeScript compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Sep 10, 2024
1 parent 9a2c522 commit 9190d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9190d35

Please sign in to comment.