···18181919### project management
20202121-- tools like Node.js, Bun and pnpm are managed by mise, to run them, use `mise exec -- pnpm ...`
2121+- tools like Node.js, Bun and pnpm are managed by mise
2222- check `pnpm view <package>` before adding a new dependency
23232424#### root-level tasks
···28282929#### package-level tasks
30303131-run these inside the package directory, e.g. `cd packages/utilities/cbor; mise exec -- pnpm run ...`
3131+run these inside the package directory, e.g. `cd packages/utilities/cbor; pnpm run ...`
32323333- build via `pnpm run build` (tsgo, includes typechecking)
3434- test via `pnpm run test` (vitest)