mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Enable logging for OpenAPI doc generation (#17126)
This commit is contained in:
@@ -60,7 +60,7 @@ function bundleOpenApiSpecs() {
|
||||
.forEach((specPath) => {
|
||||
const distSpecPath = path.resolve(ROOT_DIR, 'dist', specPath);
|
||||
const command = `pnpm openapi bundle src/${specPath} --output ${distSpecPath}`;
|
||||
shell.exec(command, { silent: true });
|
||||
shell.exec(command, { silent: false });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user