From 4c23ea931dc01e0d99869eb518c85f891d006baa Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 21 Jul 2024 19:13:04 +0000 Subject: chore(deps): Upgrade turbo and disable its daemon --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3-70-g09d2