chore: make pi-test.sh runnable from any directory

This commit is contained in:
Mario Zechner
2026-03-26 15:43:42 +01:00
parent cb4e4d8c9a
commit 56e27fef1d
3 changed files with 11 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ npm install # Install all dependencies
npm run build # Build all packages
npm run check # Lint, format, and type check
./test.sh # Run tests (skips LLM-dependent tests without API keys)
./pi-test.sh # Run pi from sources (must be run from repo root)
./pi-test.sh # Run pi from sources (can be run from any directory)
```
> **Note:** `npm run check` requires `npm run build` to be run first. The web-ui package uses `tsc` which needs compiled `.d.ts` files from dependencies.