mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Fix openapi generation (no-changelog) (#8398)
This commit is contained in:
@@ -46,7 +46,7 @@ function bundleOpenApiSpecs(rootDir = ROOT_DIR, specFileName = SPEC_FILENAME) {
|
|||||||
}, [])
|
}, [])
|
||||||
.forEach((specPath) => {
|
.forEach((specPath) => {
|
||||||
const distSpecPath = path.resolve(rootDir, 'dist', specPath);
|
const distSpecPath = path.resolve(rootDir, 'dist', specPath);
|
||||||
const command = `pnpm openapi -- bundle src/${specPath} --output ${distSpecPath}`;
|
const command = `pnpm openapi bundle src/${specPath} --output ${distSpecPath}`;
|
||||||
shell.exec(command, { silent: true });
|
shell.exec(command, { silent: true });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user