From c0c2f2bb7940c7cf9c6cecf617b1519eacd80e0d Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 6 Jun 2023 18:25:53 +0200 Subject: [PATCH] fixes: script named changed --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index d1e1156b..5335a47d 100644 --- a/turbo.json +++ b/turbo.json @@ -6,7 +6,7 @@ "outputs": ["dist"] }, "www#build": { - "dependsOn": ["^build", "generate-docs"], + "dependsOn": ["^build", "copy-hooks"], "env": ["NEXT_PUBLIC_GA_MEASUREMENT_ID"], "outputs": [".next/**", "!.next/cache/**"] }, @@ -31,7 +31,7 @@ "outputs": [], "cache": false }, - "generate-docs": {}, + "copy-hooks": {}, "update-readme": {} }, "globalDependencies": ["tsconfig.json"]