diff options
| author | MohamedBassem <me@mbassem.com> | 2025-07-27 14:54:29 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-07-27 15:06:22 +0100 |
| commit | 77ae89b22238429cbbbb7851ece2826c91d4e21f (patch) | |
| tree | 92008321bc960b9e5b202d410d8a25c808dd2ffc /package.json | |
| parent | 8f1cb065d77c55dfb2e4d0df08a17160e7a8bc3f (diff) | |
| download | karakeep-77ae89b22238429cbbbb7851ece2826c91d4e21f.tar.zst | |
chore: More turbo fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json index 91c504e5..85054f55 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,13 @@ "workers": "pnpm --filter @karakeep/workers run start", "web": "pnpm --filter @karakeep/web run dev", "prepare": "husky", - "format": "turbo --no-daemon format --continue -- --cache-location node_modules/.cache/.prettiercache", - "format:fix": "turbo --no-daemon format --continue -- --write --cache-location node_modules/.cache/.prettiercache", - "lint": "turbo --no-daemon lint --continue --", - "lint:fix": "turbo --no-daemon lint --continue -- --fix", - "typecheck": "turbo --no-daemon typecheck" + "format": "turbo --no-daemon format --continue", + "format:fix": "turbo --no-daemon format:fix --continue", + "lint": "turbo --no-daemon lint --continue", + "lint:fix": "turbo --no-daemon lint:fix --continue", + "typecheck": "turbo --no-daemon typecheck", + "preflight": "turbo run --no-daemon typecheck lint format", + "preflight:fix": "turbo run --no-daemon typecheck lint:fix format:fix" }, "dependencies": { "husky": "^9.0.11" |
