From 475aba1f34f0fd33079d02efac85574e4ef8b805 Mon Sep 17 00:00:00 2001 From: Lorris Saint-Genez Date: Wed, 24 Sep 2025 15:20:59 -0700 Subject: [PATCH] chore(n8n): updated output path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 Used the wrong output directory, this PR aims to fix that --- scripts/ci/codegen/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/codegen/types.ts b/scripts/ci/codegen/types.ts index b334a7be701..d2f55403123 100644 --- a/scripts/ci/codegen/types.ts +++ b/scripts/ci/codegen/types.ts @@ -154,7 +154,7 @@ export const pushToRepositoryConfiguration: { files: { type: 'specs', ext: 'json', - output: 'src/nodes/Algolia/specs', + output: 'nodes/Algolia/specs', placeholderVariables: { appId: 'applicationId' }, }, },