From 7a968c1c063239793f48a7023298781c46190cc2 Mon Sep 17 00:00:00 2001 From: Daniel Rivas Date: Tue, 10 Feb 2026 11:08:37 +0000 Subject: [PATCH] Update readme --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c3b979..ce5f13a 100644 --- a/README.md +++ b/README.md @@ -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