Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
typecheck workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 10, 2024
1 parent 3ae1768 commit 95d57f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- name: Install dependencies
run: bun i

- name: Build (required for dist imports)
run: bun run build

- name: Run format check
run: bunx tsc --noEmit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tsci publish
This project is developed with [bun](https://bun.sh/), make sure you have
that installed.

Run `bun install` to install dependencies and `bun cli/cli.ts` to run test the cli in development.
Run `bun install` to install dependencies and `bun cli/cli.ts` to run test the cli in development, or `bun run dev` to run the dev server.

To run tests, run `bun test`

Expand Down

0 comments on commit 95d57f8

Please sign in to comment.