From 4762c673763af301f5c7515910d10e1313423e42 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Tue, 13 Feb 2024 23:29:24 +0330 Subject: [PATCH] chore: add components name to `configFile` option --- packages/cli/src/utils/get-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/utils/get-config.ts b/packages/cli/src/utils/get-config.ts index 842425e3..206fa35e 100644 --- a/packages/cli/src/utils/get-config.ts +++ b/packages/cli/src/utils/get-config.ts @@ -110,7 +110,7 @@ export async function getRawConfig(cwd: string): Promise { try { const configResult = await c12LoadConfig({ name: 'components', - configFile: 'components.json', + configFile: 'components', cwd, })