From 12ad019da64a2496ecef378a298cd9ea73f81d37 Mon Sep 17 00:00:00 2001 From: sivayogasubramanian Date: Wed, 26 Oct 2022 17:19:49 +0800 Subject: [PATCH] Fix script --- frontend/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5484098b..12c9ef37 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "typescript": "4.8.4" }, "next-unused": { - "include": [ + "entrypoints": [ "assets", "components", "frontendApis", @@ -64,9 +64,6 @@ "styles", "types", "utils" - ], - "entrypoints": [ - "components" ] } }