diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-02-08 15:35:18 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2026-02-08 18:13:53 +0000 |
| commit | d215a23b82a397bab80b2b5dcde8a647ccd2b329 (patch) | |
| tree | bfaed214f32f1df7f27131b895dfdd56cc3f8097 /package.json | |
| parent | b05a7531b76d580fc2378d3fed12f57e5f4b35b1 (diff) | |
| download | karakeep-d215a23b82a397bab80b2b5dcde8a647ccd2b329.tar.zst | |
chore: add pnpm test to the root package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 6effc7a8..cf2de668 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "format:fix": "turbo --no-daemon format:fix --continue", "lint": "turbo --no-daemon lint --continue", "lint:fix": "turbo --no-daemon lint:fix --continue", + "test": "turbo --no-daemon test", "typecheck": "turbo --no-daemon typecheck", "preflight": "turbo run --no-daemon typecheck lint format", "preflight:fix": "turbo run --no-daemon typecheck lint:fix format:fix" |
