Files
n8n-nodes-mcp-tool/bin/publish.ts
bipproduction f07b60b310 tambahan
2025-12-06 19:39:33 +08:00

4 lines
100 B
TypeScript

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