Files
n8n-nodes-openapi-mcp-server/bin/publish.ts
bipproduction e46d122ca0 build
2025-11-17 14:12:47 +08:00

3 lines
99 B
TypeScript

import { execSync } from "child_process";
execSync("cd dist && bun publish", { stdio: 'inherit' })