Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,15 @@ The HTML visualizer uses a custom layered graph layout algorithm:
## Development

```bash
cd tools/ts-callpath
pnpm install --ignore-workspace # standalone tool, not in monorepo workspace

pnpm test # all tests, watch mode
pnpm test:unit # unit tests only, watch mode
pnpm test:browser # browser tests only, watch mode
pnpm test:ci # all tests, single run
pnpm typecheck # type-check, watch mode
pnpm typecheck:ci # type-check, single run
pnpm build:visualiser # bundle the visualiser
bun install # install deps

bun test # all tests, watch mode
bun test:unit # unit tests only, watch mode
bun test:browser # browser tests only, watch mode
bun test:ci # all tests, single run
bun typecheck # type-check, watch mode
bun typecheck:ci # type-check, single run
bun build:visualiser # bundle the visualiser
```

### Project structure
Expand Down