Files
n8n-nodes-openapi-mcp-server/bin/publish.ts
bipproduction e2fb8d3826 tamabahan
2025-11-17 14:00:59 +08:00

3 lines
88 B
TypeScript

import { execSync } from "child_process";
execSync("npm publish", { stdio: 'inherit' })