From f19e3bafcffea854d9590a3b66412b0fe78d423f Mon Sep 17 00:00:00 2001 From: Caleb Owens Date: Tue, 2 Jul 2024 17:25:14 +0200 Subject: [PATCH] I hired an exorcist --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0c2594d8b..95cc15f1e 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,15 @@ "type": "module", "packageManager": "pnpm@9.2.0", "scripts": { - "dev": "turbo watch --filter @gitbutler/app dev", + "dev": "turbo run --filter @gitbutler/app dev --no-daemon", "dev:ui": "pnpm --filter @gitbutler/ui dev", "dev:tauri": "pnpm tauri dev", "test": "pnpm --filter @gitbutler/app run test", "test:watch": "pnpm --filter @gitbutler/app run test:watch", - "build": "turbo run build", - "check": "turbo run check", + "build": "turbo run build --no-daemon", + "check": "turbo run check --no-daemon", "tauri": "tauri", - "lint": "turbo run //#globallint", + "lint": "turbo run //#globallint --no-daemon", "globallint": "prettier --check . && eslint .", "format": "prettier --write .", "fix": "eslint --fix .",