Skip to content

Commit 475aba1

Browse files
chore(n8n): updated output path
👋 Used the wrong output directory, this PR aims to fix that
1 parent 541122a commit 475aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const pushToRepositoryConfiguration: {
154154
files: {
155155
type: 'specs',
156156
ext: 'json',
157-
output: 'src/nodes/Algolia/specs',
157+
output: 'nodes/Algolia/specs',
158158
placeholderVariables: { appId: 'applicationId' },
159159
},
160160
},

0 commit comments

Comments
 (0)