From bc852110098b0668efb7abc84d89f09842c025dc Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Fri, 8 Dec 2023 13:09:14 +0100 Subject: [PATCH] chore: remove dependencies from "build:watch" task as it can make the process halt/exit --- turbo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/turbo.json b/turbo.json index fd378b6..d23e95e 100644 --- a/turbo.json +++ b/turbo.json @@ -7,7 +7,6 @@ "outputs": ["dist/**", "cjs/**"] }, "build:watch": { - "dependsOn": ["^build"], "inputs": ["src/**/*", "!src/**/*.test.ts", "tsconfig.json", "tsconfig.build.json"], "outputs": ["dist/**", "cjs/**"], "cache": false,