diff options
| author | MohamedBassem <me@mbassem.com> | 2024-07-21 19:13:04 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-07-21 19:13:04 +0000 |
| commit | 4c23ea931dc01e0d99869eb518c85f891d006baa (patch) | |
| tree | 6803786b464a76e1fe015f1bee6ea58af88d873a /package.json | |
| parent | 9edd154440c18bcc4542560e229eb293f9e0c2d4 (diff) | |
| download | karakeep-4c23ea931dc01e0d99869eb518c85f891d006baa.tar.zst | |
chore(deps): Upgrade turbo and disable its daemon
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 216a2b20..cd1b1906 100644 --- a/package.json +++ b/package.json @@ -4,22 +4,22 @@ "version": "0.1.0", "private": true, "scripts": { - "build": "turbo build", - "dev": "turbo dev --parallel", + "build": "turbo --no-daemon build", + "dev": "turbo --no-daemon dev --parallel", "clean": "git clean -xdf node_modules", - "clean:workspaces": "turbo clean", + "clean:workspaces": "turbo --no-daemon clean", "db:migrate": "pnpm --filter @hoarder/db run migrate", "db:studio": "pnpm --filter @hoarder/db studio", "workers": "pnpm --filter @hoarder/workers run start", "web": "pnpm --filter @hoarder/web run dev", "prepare": "husky", - "format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache", - "format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache", - "lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache", - "lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache", + "format": "turbo --no-daemon format --continue -- --cache --cache-location node_modules/.cache/.prettiercache", + "format:fix": "turbo --no-daemon format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache", + "lint": "turbo --no-daemon lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache", + "lint:fix": "turbo --no-daemon lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache", "lint:ws": "pnpm dlx sherif@latest", "postinstall": "pnpm lint:ws", - "typecheck": "turbo typecheck" + "typecheck": "turbo --no-daemon typecheck" }, "devDependencies": { "@hoarder/prettier-config": "workspace:^0.1.0", @@ -30,7 +30,7 @@ "husky": "^9.0.11", "install": "^0.13.0", "prettier": "3.2.5", - "turbo": "^1.13.2" + "turbo": "^2.0.9" }, "prettier": "@hoarder/prettier-config", "packageManager": "pnpm@9.0.0-alpha.8+sha256.a433a59569b00389a951352956faf25d1fdf43b568213fbde591c36274d4bc30", |
